#609CCD

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

Shades of Picton Blue #609CCD

Tints of Picton Blue #609CCD

Color information

#609CCD (or 0x609CCD) is unknown color: approx Picton Blue. HEX triplet: 60, 9C and CD. RGB value is (96,156,205). Sum of RGB (Red+Green+Blue) = 96+156+205=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #609CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609CCD is #9F6332. Grayscale: #8F8F8F. Windows color (decimal): -10445619 or 13474912. OLE color: 13474912.

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

Color convert

RGB96156205-
CMYK0.530.2400.20
HSL206.97º52.15%59.02%-
HSV(B)206.97º53.17%80.39%-
XYZ27.7330.6762.22-
YUV143.65162.6294.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.01%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=21.01%
G=34.14%
B=44.86%

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
Decimal961562050.530.2400.20206.9752.1559.02
Hex609CCD3518014cf343b
Octal14023431565300243176473
Binary110000010011100110011011101011100001010011001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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