#60A6CB

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

Shades of Picton Blue #60A6CB

Tints of Picton Blue #60A6CB

Color information

#60A6CB (or 0x60A6CB) is unknown color: approx Picton Blue. HEX triplet: 60, A6 and CB. RGB value is (96,166,203). Sum of RGB (Red+Green+Blue) = 96+166+203=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #60A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6CB is #9F5934. Grayscale: #959595. Windows color (decimal): -10443061 or 13346400. OLE color: 13346400.

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

Color convert

RGB96166203-
CMYK0.530.1800.20
HSL200.75º50.71%58.63%-
HSV(B)200.75º52.71%79.61%-
XYZ29.2434.0761.54-
YUV149.29158.3189.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.65%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=20.65%
G=35.70%
B=43.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961662030.530.1800.20200.7550.7158.63
Hex60A6CB3512014c9333b
Octal14024631365220243116373
Binary110000010100110110010111101011001001010011001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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