#609CD2

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

Shades of Picton Blue #609CD2

Tints of Picton Blue #609CD2

Color information

#609CD2 (or 0x609CD2) is unknown color: approx Picton Blue. HEX triplet: 60, 9C and D2. RGB value is (96,156,210). Sum of RGB (Red+Green+Blue) = 96+156+210=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #609CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CD2 is #9F632D. Grayscale: #8F8F8F. Windows color (decimal): -10445614 or 13802592. OLE color: 13802592.

HSL color Cylindrical-coordinate representation of color #609CD2: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #609CD2 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96156210-
CMYK0.540.2600.18
HSL208.42º55.88%60%-
HSV(B)208.42º54.29%82.35%-
XYZ28.3530.9265.45-
YUV144.22165.1293.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 210 (82.42% from 255) = 45.45%
R=20.78%
G=33.77%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961562100.540.2600.18208.4255.8860
Hex609CD2361A012d0383c
Octal14023432266320223207074
Binary110000010011100110100101101101101001001011010000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609CD2; }

 p { color: rgb(96,156,210); }

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

<style>
 a { background-color: #609CD2; }

 a { background-color: rgb(96,156,210); }

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

<style>
 span { border-color: #609CD2; }

 span { border-color: rgb(96,156,210); }

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