#60A7CE

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

Shades of Picton Blue #60A7CE

Tints of Picton Blue #60A7CE

Color information

#60A7CE (or 0x60A7CE) is unknown color: approx Picton Blue. HEX triplet: 60, A7 and CE. RGB value is (96,167,206). Sum of RGB (Red+Green+Blue) = 96+167+206=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #60A7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7CE is #9F5831. Grayscale: #959595. Windows color (decimal): -10442802 or 13543264. OLE color: 13543264.

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

Color convert

RGB96167206-
CMYK0.530.1900.19
HSL201.27º52.88%59.22%-
HSV(B)201.27º53.4%80.78%-
XYZ29.7834.5863.5-
YUV150.22159.4889.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=20.47%
G=35.61%
B=43.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961672060.530.1900.19201.2752.8859.22
Hex60A7CE3513013c9353b
Octal14024731665230233116573
Binary110000010100111110011101101011001101001111001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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