#60A2CE

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

Shades of Picton Blue #60A2CE

Tints of Picton Blue #60A2CE

Color information

#60A2CE (or 0x60A2CE) is unknown color: approx Picton Blue. HEX triplet: 60, A2 and CE. RGB value is (96,162,206). Sum of RGB (Red+Green+Blue) = 96+162+206=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #60A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2CE is #9F5D31. Grayscale: #939393. Windows color (decimal): -10444082 or 13541984. OLE color: 13541984.

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

Color convert

RGB96162206-
CMYK0.530.2100.19
HSL204º52.88%59.22%-
HSV(B)204º53.4%80.78%-
XYZ28.8832.7863.2-
YUV147.28161.1391.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.69%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=20.69%
G=34.91%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961622060.530.2100.1920452.8859.22
Hex60A2CE3515013cc353b
Octal14024231665250233146573
Binary110000010100010110011101101011010101001111001100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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