Html Css Color HEX #60A1CA Picton Blue

📋 copy color: '#60A1CA'

red 96 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #60A1CA

Tints of Picton Blue #60A1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 20.92%
G = 35.08%
B = 44.01%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60A1CA (or 0x60A1CA) is known color: Picton Blue. HEX triplet: 60, A1 and CA. RGB value is (96,161,202). Sum of RGB (Red+Green+Blue) = 96+161+202=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #60A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1CA is #9F5E35. Grayscale: #929292. Windows color (decimal): -10444342 or 13279584. OLE color: 13279584.

HSL color Cylindrical-coordinate representation of color #60A1CA: hue angle of 203.21º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A1CA is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 161 202 -
CMYK 0.52 0.20 0 0.21
HSL 203.21º 0.5% 0.58% -
HSV(B) 203.21º 0.52% 0.79% -
XYZ 28.23 32.24 60.61 -
YUV 146.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 96 161 202 0.52 0.20 0 0.21 203.21 0.5 0.58
Hex 60 A1 CA 34 14 0 15 CB 32 3A
Octal 140 241 312 64 24 0 25 313 62 72
Binary 1100000 10100001 11001010 110100 10100 0 10101 11001011 110010 111010

Color Harmonies of #60A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1CA

Black with #60A1CA

Text Example


Text Example

White with #60A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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