#60A8CF

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

Shades of Picton Blue #60A8CF

Tints of Picton Blue #60A8CF

Color information

#60A8CF (or 0x60A8CF) is unknown color: approx Picton Blue. HEX triplet: 60, A8 and CF. RGB value is (96,168,207). Sum of RGB (Red+Green+Blue) = 96+168+207=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8CF is #9F5730. Grayscale: #969696. Windows color (decimal): -10442545 or 13609056. OLE color: 13609056.

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

Color convert

RGB96168207-
CMYK0.540.1900.19
HSL201.08º53.62%59.41%-
HSV(B)201.08º53.62%81.18%-
XYZ30.093564.2-
YUV150.92159.6588.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.38%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=20.38%
G=35.67%
B=43.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961682070.540.1900.19201.0853.6259.41
Hex60A8CF3613013c9363b
Octal14025031766230233116673
Binary110000010101000110011111101101001101001111001001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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