#60A5C6

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

Shades of Picton Blue #60A5C6

Tints of Picton Blue #60A5C6

Color information

#60A5C6 (or 0x60A5C6) is unknown color: approx Picton Blue. HEX triplet: 60, A5 and C6. RGB value is (96,165,198). Sum of RGB (Red+Green+Blue) = 96+165+198=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #60A5C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A5C6 is #9F5A39. Grayscale: #939393. Windows color (decimal): -10443322 or 13018464. OLE color: 13018464.

HSL color Cylindrical-coordinate representation of color #60A5C6: hue angle of 199.41º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A5C6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB96165198-
CMYK0.520.1700.22
HSL199.41º47.22%57.65%-
HSV(B)199.41º51.52%77.65%-
XYZ28.4733.4758.39-
YUV148.13156.1490.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=20.92%
G=35.95%
B=43.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal961651980.520.1700.22199.4147.2257.65
Hex60A5C63411016c72f3a
Octal14024530664210263075772
Binary110000010100101110001101101001000101011011000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,198); }

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

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

 a { background-color: rgb(96,165,198); }

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

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

 span { border-color: rgb(96,165,198); }

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