#60A2CB

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

Shades of Picton Blue #60A2CB

Tints of Picton Blue #60A2CB

Color information

#60A2CB (or 0x60A2CB) is unknown color: approx Picton Blue. HEX triplet: 60, A2 and CB. RGB value is (96,162,203). Sum of RGB (Red+Green+Blue) = 96+162+203=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #60A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2CB is #9F5D34. Grayscale: #929292. Windows color (decimal): -10444085 or 13345376. OLE color: 13345376.

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

Color convert

RGB96162203-
CMYK0.530.2000.20
HSL202.99º50.71%58.63%-
HSV(B)202.99º52.71%79.61%-
XYZ28.5232.6461.3-
YUV146.94159.6391.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=20.82%
G=35.14%
B=44.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961622030.530.2000.20202.9950.7158.63
Hex60A2CB3514014cb333b
Octal14024231365240243136373
Binary110000010100010110010111101011010001010011001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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