#60A7D8

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

Shades of Picton Blue #60A7D8

Tints of Picton Blue #60A7D8

Color information

#60A7D8 (or 0x60A7D8) is unknown color: approx Picton Blue. HEX triplet: 60, A7 and D8. RGB value is (96,167,216). Sum of RGB (Red+Green+Blue) = 96+167+216=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #60A7D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7D8 is #9F5827. Grayscale: #979797. Windows color (decimal): -10442792 or 14198624. OLE color: 14198624.

HSL color Cylindrical-coordinate representation of color #60A7D8: hue angle of 204.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A7D8 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96167216-
CMYK0.560.2300.15
HSL204.5º60.61%61.18%-
HSV(B)204.5º55.56%84.71%-
XYZ31.0435.0870.1-
YUV151.36164.4888.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 167 (65.62% from 255) = 34.86%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=20.04%
G=34.86%
B=45.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961672160.560.2300.15204.560.6161.18
Hex60A7D838170Fcc3d3d
Octal14024733070270173147575
Binary11000001010011111011000111000101110111111001100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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