Html Css Color HEX #60A1CF Picton Blue

📋 copy color: '#60A1CF'

red 96 ◦ green 161 ◦ blue 207

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

Shades of Picton Blue #60A1CF

Tints of Picton Blue #60A1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 20.69%
G = 34.7%
B = 44.61%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60A1CF (or 0x60A1CF) is known color: Picton Blue. HEX triplet: 60, A1 and CF. RGB value is (96,161,207). Sum of RGB (Red+Green+Blue) = 96+161+207=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1CF is #9F5E30. Grayscale: #929292. Windows color (decimal): -10444337 or 13607264. OLE color: 13607264.

HSL color Cylindrical-coordinate representation of color #60A1CF: hue angle of 204.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60A1CF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 161 207 -
CMYK 0.54 0.22 0 0.19
HSL 204.86º 0.54% 0.59% -
HSV(B) 204.86º 0.54% 0.81% -
XYZ 28.83 32.48 63.78 -
YUV 146.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 96 161 207 0.54 0.22 0 0.19 204.86 0.54 0.59
Hex 60 A1 CF 36 16 0 13 CD 36 3B
Octal 140 241 317 66 26 0 23 315 66 73
Binary 1100000 10100001 11001111 110110 10110 0 10011 11001101 110110 111011

Color Harmonies of #60A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A1CF

Black with #60A1CF

Text Example


Text Example

White with #60A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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