#609DCF

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

Shades of Picton Blue #609DCF

Tints of Picton Blue #609DCF

Color information

#609DCF (or 0x609DCF) is unknown color: approx Picton Blue. HEX triplet: 60, 9D and CF. RGB value is (96,157,207). Sum of RGB (Red+Green+Blue) = 96+157+207=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #609DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609DCF is #9F6230. Grayscale: #909090. Windows color (decimal): -10445361 or 13606240. OLE color: 13606240.

HSL color Cylindrical-coordinate representation of color #609DCF: hue angle of 207.03º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #609DCF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96157207-
CMYK0.540.2400.19
HSL207.03º53.62%59.41%-
HSV(B)207.03º53.62%81.18%-
XYZ28.1431.1163.55-
YUV144.46163.2993.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.87%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 207 (81.25% from 255) = 45%
R=20.87%
G=34.13%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961572070.540.2400.19207.0353.6259.41
Hex609DCF3618013cf363b
Octal14023531766300233176673
Binary110000010011101110011111101101100001001111001111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,157,207); }

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

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

 a { background-color: rgb(96,157,207); }

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

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

 span { border-color: rgb(96,157,207); }

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