#60A5DC

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

Shades of Picton Blue #60A5DC

Tints of Picton Blue #60A5DC

Color information

#60A5DC (or 0x60A5DC) is unknown color: approx Picton Blue. HEX triplet: 60, A5 and DC. RGB value is (96,165,220). Sum of RGB (Red+Green+Blue) = 96+165+220=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #60A5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A5DC is #9F5A23. Grayscale: #969696. Windows color (decimal): -10443300 or 14460256. OLE color: 14460256.

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

Color convert

RGB96165220-
CMYK0.560.2500.14
HSL206.61º63.92%61.96%-
HSV(B)206.61º56.36%86.27%-
XYZ31.234.5672.74-
YUV150.64167.1489.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.96%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=19.96%
G=34.30%
B=45.74%

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
Decimal961652200.560.2500.14206.6163.9261.96
Hex60A5DC38190Ecf403e
Octal140245334703101631710076
Binary110000010100101110111001110001100101110110011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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