#60a0cb

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

Shades of Picton Blue #60A0CB

Tints of Picton Blue #60A0CB

Color information

#60A0CB (or 0x60A0CB) is unknown color: approx Picton Blue. HEX triplet: 60, A0 and CB. RGB value is (96,160,203). Sum of RGB (Red+Green+Blue) = 96+160+203=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #60A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A0CB is #9F5F34. Grayscale: #919191. Windows color (decimal): -10444597 or 13344864. OLE color: 13344864.

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

Color convert

RGB96160203-
CMYK0.530.2100.20
HSL204.11º50.71%58.63%-
HSV(B)204.11º52.71%79.61%-
XYZ28.1731.9461.18-
YUV145.77160.392.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=20.92%
G=34.86%
B=44.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961602030.530.2100.20204.1150.7158.63
Hex60A0CB3515014cc333b
Octal14024031365250243146373
Binary110000010100000110010111101011010101010011001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60a0cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60a0cb; }

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

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

<style>
 a { background-color: #60a0cb; }

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

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

<style>
 span { border-color: #60a0cb; }

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

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