Html Css Color HEX #60A2CF Picton Blue

📋 copy color: '#60A2CF'

red 96 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #60A2CF

Tints of Picton Blue #60A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.84%

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

R = 20.65%
G = 34.84%
B = 44.52%

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

#60A2CF (or 0x60A2CF) is known color: Picton Blue. HEX triplet: 60, A2 and CF. RGB value is (96,162,207). Sum of RGB (Red+Green+Blue) = 96+162+207=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2CF is #9F5D30. Grayscale: #939393. Windows color (decimal): -10444081 or 13607520. OLE color: 13607520.

HSL color Cylindrical-coordinate representation of color #60A2CF: hue angle of 204.32º 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 #60A2CF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 162 207 -
CMYK 0.54 0.22 0 0.19
HSL 204.32º 0.54% 0.59% -
HSV(B) 204.32º 0.54% 0.81% -
XYZ 29.01 32.83 63.84 -
YUV 147.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 96 162 207 0.54 0.22 0 0.19 204.32 0.54 0.59
Hex 60 A2 CF 36 16 0 13 CC 36 3B
Octal 140 242 317 66 26 0 23 314 66 73
Binary 1100000 10100010 11001111 110110 10110 0 10011 11001100 110110 111011

Color Harmonies of #60A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A2CF

Black with #60A2CF

Text Example


Text Example

White with #60A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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