#609BCC

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

Shades of Picton Blue #609BCC

Tints of Picton Blue #609BCC

Color information

#609BCC (or 0x609BCC) is unknown color: approx Picton Blue. HEX triplet: 60, 9B and CC. RGB value is (96,155,204). Sum of RGB (Red+Green+Blue) = 96+155+204=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #609BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCC is #9F6433. Grayscale: #8E8E8E. Windows color (decimal): -10445876 or 13409120. OLE color: 13409120.

HSL color Cylindrical-coordinate representation of color #609BCC: hue angle of 207.22º 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 #609BCC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96155204-
CMYK0.530.2400.2
HSL207.22º51.43%58.82%-
HSV(B)207.22º52.94%80%-
XYZ27.4430.2961.53-
YUV142.94162.4594.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=21.10%
G=34.07%
B=44.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961552040.530.2400.2207.2251.4358.82
Hex609BCC3518014cf333b
Octal14023331465300243176373
Binary110000010011011110011001101011100001010011001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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