Html Css Color HEX #60A1E1 Picton Blue

📋 copy color: '#60A1E1'

red 96 ◦ green 161 ◦ blue 225

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

Shades of Picton Blue #60A1E1

Tints of Picton Blue #60A1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 19.92%
G = 33.4%
B = 46.68%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60A1E1 (or 0x60A1E1) is known color: Picton Blue. HEX triplet: 60, A1 and E1. RGB value is (96,161,225). Sum of RGB (Red+Green+Blue) = 96+161+225=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #60A1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1E1 is #9F5E1E. Grayscale: #949494. Windows color (decimal): -10444319 or 14786912. OLE color: 14786912.

HSL color Cylindrical-coordinate representation of color #60A1E1: hue angle of 209.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A1E1 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 161 225 -
CMYK 0.57 0.28 0 0.12
HSL 209.77º 0.68% 0.63% -
HSV(B) 209.77º 0.57% 0.88% -
XYZ 31.16 33.41 76.04 -
YUV 148.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 96 161 225 0.57 0.28 0 0.12 209.77 0.68 0.63
Hex 60 A1 E1 39 1C 0 C D2 44 3F
Octal 140 241 341 71 34 0 14 322 104 77
Binary 1100000 10100001 11100001 111001 11100 0 1100 11010010 1000100 111111

Color Harmonies of #60A1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1E1

Black with #60A1E1

Text Example


Text Example

White with #60A1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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