Html Css Color HEX #60A1CD Picton Blue

📋 copy color: '#60A1CD'

red 96 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #60A1CD

Tints of Picton Blue #60A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 20.78%
G = 34.85%
B = 44.37%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60A1CD (or 0x60A1CD) is known color: Picton Blue. HEX triplet: 60, A1 and CD. RGB value is (96,161,205). Sum of RGB (Red+Green+Blue) = 96+161+205=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #60A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1CD is #9F5E32. Grayscale: #929292. Windows color (decimal): -10444339 or 13476192. OLE color: 13476192.

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

Color convert

RGB 96 161 205 -
CMYK 0.53 0.21 0 0.20
HSL 204.22º 0.52% 0.59% -
HSV(B) 204.22º 0.53% 0.8% -
XYZ 28.59 32.38 62.5 -
YUV 146.58 160.97 91.92 -
System Red Green Blue C M Y K H S L
Decimal 96 161 205 0.53 0.21 0 0.20 204.22 0.52 0.59
Hex 60 A1 CD 35 15 0 14 CC 34 3B
Octal 140 241 315 65 25 0 24 314 64 73
Binary 1100000 10100001 11001101 110101 10101 0 10100 11001100 110100 111011

Color Harmonies of #60A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1CD

Black with #60A1CD

Text Example


Text Example

White with #60A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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