#61A6DB

Color #61A6DB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #61A6DB

Tints of Picton Blue #61A6DB

Color information

#61A6DB (or 0x61A6DB) is unknown color: approx Picton Blue. HEX triplet: 61, A6 and DB. RGB value is (97,166,219). Sum of RGB (Red+Green+Blue) = 97+166+219=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #61A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6DB is #9E5924. Grayscale: #979797. Windows color (decimal): -10377509 or 14394977. OLE color: 14394977.

HSL color Cylindrical-coordinate representation of color #61A6DB: hue angle of 206.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A6DB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97166219-
CMYK0.560.2400.14
HSL206.07º62.89%61.96%-
HSV(B)206.07º55.71%85.88%-
XYZ31.3534.9372.11-
YUV151.41166.1489.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 20.12%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 219 (85.94% from 255) = 45.44%
R=20.12%
G=34.44%
B=45.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971662190.560.2400.14206.0762.8961.96
Hex61A6DB38180Ece3f3e
Octal14124633370300163167776
Binary11000011010011011011011111000110000111011001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A6DB; }

 p { color: rgb(97,166,219); }

 H1.HeaderClassName
 {
   color: #61A6DB;
 }
 .AnyTagClassName
 {
   color: #61A6DB;
 }
</style>
background-color css

<style>
 a { background-color: #61A6DB; }

 a { background-color: rgb(97,166,219); }

 div.DivClassName
 {
   background-color: #61A6DB;
 }
 .BgClassName
 {
   background-color: #61A6DB;
 }
</style>
border-color css

<style>
 span { border-color: #61A6DB; }

 span { border-color: rgb(97,166,219); }

 td.TdClassName
 {
   border-color: #61A6DB;
 }
 .TagClassName
 {
   border-color: #61A6DB;
 }
</style>