#60A4DC

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

Shades of Picton Blue #60A4DC

Tints of Picton Blue #60A4DC

Color information

#60A4DC (or 0x60A4DC) is unknown color: approx Picton Blue. HEX triplet: 60, A4 and DC. RGB value is (96,164,220). Sum of RGB (Red+Green+Blue) = 96+164+220=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #60A4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4DC is #9F5B23. Grayscale: #959595. Windows color (decimal): -10443556 or 14460000. OLE color: 14460000.

HSL color Cylindrical-coordinate representation of color #60A4DC: hue angle of 207.1º degrees, saturation: 0.64, 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 #60A4DC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96164220-
CMYK0.560.2500.14
HSL207.1º63.92%61.96%-
HSV(B)207.1º56.36%86.27%-
XYZ31.0234.2172.68-
YUV150.05167.4789.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=20%
G=34.17%
B=45.83%

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
Decimal961642200.560.2500.14207.163.9261.96
Hex60A4DC38190Ecf403e
Octal140244334703101631710076
Binary110000010100100110111001110001100101110110011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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