Html Css Color HEX #60867C Cutty Sark

📋 copy color: '#60867C'

red 96 ◦ green 134 ◦ blue 124

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

Shades of Cutty Sark #60867C

Tints of Cutty Sark #60867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 27.12%
G = 37.85%
B = 35.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#60867C (or 0x60867C) is known color: Cutty Sark. HEX triplet: 60, 86 and 7C. RGB value is (96,134,124). Sum of RGB (Red+Green+Blue) = 96+134+124=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #60867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867C is #9F7983. Grayscale: #797979. Windows color (decimal): -10451332 or 8160864. OLE color: 8160864.

HSL color Cylindrical-coordinate representation of color #60867C: hue angle of 164.21º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60867C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 124 -
CMYK 0.28 0 0.07 0.47
HSL 164.21º 0.17% 0.45% -
HSV(B) 164.21º 0.28% 0.53% -
XYZ 16.99 20.99 22.23 -
YUV 121.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 96 134 124 0.28 0 0.07 0.47 164.21 0.17 0.45
Hex 60 86 7C 1C 0 7 2F A4 11 2D
Octal 140 206 174 34 0 7 57 244 21 55
Binary 1100000 10000110 1111100 11100 0 111 101111 10100100 10001 101101

Color Harmonies of #60867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60867C

Black with #60867C

Text Example


Text Example

White with #60867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60867C; }

 p { color: rgb(96,134,124); }

 H1.HeaderClassName
 {
   color: #60867C;
 }
 .AnyTagClassName
 {
   color: #60867C;
 }
</style>

background-color css

<style>
 a { background-color: #60867C; }

 a { background-color: rgb(96,134,124); }

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

border-color css

<style>
 span { border-color: #60867C; }

 span { border-color: rgb(96,134,124); }

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