Html Css Color HEX #60A1E0 Picton Blue

📋 copy color: '#60A1E0'

red 96 ◦ green 161 ◦ blue 224

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

Shades of Picton Blue #60A1E0

Tints of Picton Blue #60A1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 19.96%
G = 33.47%
B = 46.57%

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

#60A1E0 (or 0x60A1E0) is known color: Picton Blue. HEX triplet: 60, A1 and E0. RGB value is (96,161,224). Sum of RGB (Red+Green+Blue) = 96+161+224=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #60A1E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1E0 is #9F5E1F. Grayscale: #949494. Windows color (decimal): -10444320 or 14721376. OLE color: 14721376.

HSL color Cylindrical-coordinate representation of color #60A1E0: hue angle of 209.53º degrees, saturation: 0.67, 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 #60A1E0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 161 224 -
CMYK 0.57 0.28 0 0.12
HSL 209.53º 0.67% 0.63% -
HSV(B) 209.53º 0.57% 0.88% -
XYZ 31.02 33.36 75.32 -
YUV 148.75 170.47 90.38 -
System Red Green Blue C M Y K H S L
Decimal 96 161 224 0.57 0.28 0 0.12 209.53 0.67 0.63
Hex 60 A1 E0 39 1C 0 C D2 43 3F
Octal 140 241 340 71 34 0 14 322 103 77
Binary 1100000 10100001 11100000 111001 11100 0 1100 11010010 1000011 111111

Color Harmonies of #60A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1E0

Black with #60A1E0

Text Example


Text Example

White with #60A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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