Html Css Color HEX #60A1DC Picton Blue

📋 copy color: '#60A1DC'

red 96 ◦ green 161 ◦ blue 220

#60A1DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #60A1DC

Tints of Picton Blue #60A1DC

RGB

 RED value IS 96 (37.89% from 255) = 20.13%

 GREEN value IS 161 (63.28% from 255) = 33.75%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 20.13%
G = 33.75%
B = 46.12%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60A1DC (or 0x60A1DC) is known color: Picton Blue. HEX triplet: 60, A1 and DC. RGB value is (96,161,220). Sum of RGB (Red+Green+Blue) = 96+161+220=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #60A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1DC is #9F5E23. Grayscale: #939393. Windows color (decimal): -10444324 or 14459232. OLE color: 14459232.

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

Color convert

RGB 96 161 220 -
CMYK 0.56 0.27 0 0.14
HSL 208.55º 0.64% 0.62% -
HSV(B) 208.55º 0.56% 0.86% -
XYZ 30.49 33.14 72.5 -
YUV 148.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 96 161 220 0.56 0.27 0 0.14 208.55 0.64 0.62
Hex 60 A1 DC 38 1B 0 E D1 40 3E
Octal 140 241 334 70 33 0 16 321 100 76
Binary 1100000 10100001 11011100 111000 11011 0 1110 11010001 1000000 111110

Color Harmonies of #60A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1DC

Black with #60A1DC

Text Example


Text Example

White with #60A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60A1DC;
 }
 .AnyTagClassName
 {
   color: #60A1DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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