#609BCD

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

Shades of Picton Blue #609BCD

Tints of Picton Blue #609BCD

Color information

#609BCD (or 0x609BCD) is unknown color: approx Picton Blue. HEX triplet: 60, 9B and CD. RGB value is (96,155,205). Sum of RGB (Red+Green+Blue) = 96+155+205=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #609BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BCD is #9F6432. Grayscale: #8E8E8E. Windows color (decimal): -10445875 or 13474656. OLE color: 13474656.

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

Color convert

RGB96155205-
CMYK0.530.2400.20
HSL207.52º52.15%59.02%-
HSV(B)207.52º53.17%80.39%-
XYZ27.5630.3462.16-
YUV143.06162.9594.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=21.05%
G=33.99%
B=44.96%

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
Decimal961552050.530.2400.20207.5252.1559.02
Hex609BCD3518014d0343b
Octal14023331565300243206473
Binary110000010011011110011011101011100001010011010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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