Html Css Color HEX #60ABC6 Picton Blue

📋 copy color: '#60ABC6'

red 96 ◦ green 171 ◦ blue 198

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

Shades of Picton Blue #60ABC6

Tints of Picton Blue #60ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 20.65%
G = 36.77%
B = 42.58%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60ABC6 (or 0x60ABC6) is known color: Picton Blue. HEX triplet: 60, AB and C6. RGB value is (96,171,198). Sum of RGB (Red+Green+Blue) = 96+171+198=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #60ABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABC6 is #9F5439. Grayscale: #979797. Windows color (decimal): -10441786 or 13020000. OLE color: 13020000.

HSL color Cylindrical-coordinate representation of color #60ABC6: hue angle of 195.88º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60ABC6 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 171 198 -
CMYK 0.52 0.14 0 0.22
HSL 195.88º 0.47% 0.58% -
HSV(B) 195.88º 0.52% 0.78% -
XYZ 29.58 35.69 58.76 -
YUV 151.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 96 171 198 0.52 0.14 0 0.22 195.88 0.47 0.58
Hex 60 AB C6 34 E 0 16 C4 2F 3A
Octal 140 253 306 64 16 0 26 304 57 72
Binary 1100000 10101011 11000110 110100 1110 0 10110 11000100 101111 111010

Color Harmonies of #60ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABC6

Black with #60ABC6

Text Example


Text Example

White with #60ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,198); }

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

background-color css

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

 a { background-color: rgb(96,171,198); }

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

border-color css

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

 span { border-color: rgb(96,171,198); }

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