#609CCA

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

Shades of Picton Blue #609CCA

Tints of Picton Blue #609CCA

Color information

#609CCA (or 0x609CCA) is unknown color: approx Picton Blue. HEX triplet: 60, 9C and CA. RGB value is (96,156,202). Sum of RGB (Red+Green+Blue) = 96+156+202=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #609CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CCA is #9F6335. Grayscale: #8F8F8F. Windows color (decimal): -10445622 or 13278304. OLE color: 13278304.

HSL color Cylindrical-coordinate representation of color #609CCA: hue angle of 206.04º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #609CCA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96156202-
CMYK0.520.2300.21
HSL206.04º50%58.43%-
HSV(B)206.04º52.48%79.22%-
XYZ27.3730.5360.33-
YUV143.3161.1294.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=21.15%
G=34.36%
B=44.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961562020.520.2300.21206.045058.43
Hex609CCA3417015ce323a
Octal14023431264270253166272
Binary110000010011100110010101101001011101010111001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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