#609BCB

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

Shades of Picton Blue #609BCB

Tints of Picton Blue #609BCB

Color information

#609BCB (or 0x609BCB) is unknown color: approx Picton Blue. HEX triplet: 60, 9B and CB. RGB value is (96,155,203). Sum of RGB (Red+Green+Blue) = 96+155+203=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #609BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCB is #9F6434. Grayscale: #8E8E8E. Windows color (decimal): -10445877 or 13343584. OLE color: 13343584.

HSL color Cylindrical-coordinate representation of color #609BCB: hue angle of 206.92º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #609BCB is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96155203-
CMYK0.530.2400.20
HSL206.92º50.71%58.63%-
HSV(B)206.92º52.71%79.61%-
XYZ27.3230.2460.9-
YUV142.83161.9594.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.15%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=21.15%
G=34.14%
B=44.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961552030.530.2400.20206.9250.7158.63
Hex609BCB3518014cf333b
Octal14023331365300243176373
Binary110000010011011110010111101011100001010011001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,155,203); }

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

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

 a { background-color: rgb(96,155,203); }

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

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

 span { border-color: rgb(96,155,203); }

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