#60A4DB

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

Shades of Picton Blue #60A4DB

Tints of Picton Blue #60A4DB

Color information

#60A4DB (or 0x60A4DB) is unknown color: approx Picton Blue. HEX triplet: 60, A4 and DB. RGB value is (96,164,219). Sum of RGB (Red+Green+Blue) = 96+164+219=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4DB is #9F5B24. Grayscale: #959595. Windows color (decimal): -10443557 or 14394464. OLE color: 14394464.

HSL color Cylindrical-coordinate representation of color #60A4DB: hue angle of 206.83º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A4DB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96164219-
CMYK0.560.2500.14
HSL206.83º63.08%61.76%-
HSV(B)206.83º56.16%85.88%-
XYZ30.8934.1571.98-
YUV149.94166.9789.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.04%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=20.04%
G=34.24%
B=45.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961642190.560.2500.14206.8363.0861.76
Hex60A4DB38190Ecf3f3e
Octal14024433370310163177776
Binary11000001010010011011011111000110010111011001111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,219); }

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

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

 a { background-color: rgb(96,164,219); }

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

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

 span { border-color: rgb(96,164,219); }

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