Html Css Color HEX #60867A Cutty Sark

📋 copy color: '#60867A'

red 96 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #60867A

Tints of Cutty Sark #60867A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 27.27%
G = 38.07%
B = 34.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#60867A (or 0x60867A) is known color: Cutty Sark. HEX triplet: 60, 86 and 7A. RGB value is (96,134,122). Sum of RGB (Red+Green+Blue) = 96+134+122=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #60867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60867A is #9F7985. Grayscale: #797979. Windows color (decimal): -10451334 or 8029792. OLE color: 8029792.

HSL color Cylindrical-coordinate representation of color #60867A: hue angle of 161.05º 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 #60867A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 122 -
CMYK 0.28 0 0.09 0.47
HSL 161.05º 0.17% 0.45% -
HSV(B) 161.05º 0.28% 0.53% -
XYZ 16.86 20.94 21.57 -
YUV 121.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 96 134 122 0.28 0 0.09 0.47 161.05 0.17 0.45
Hex 60 86 7A 1C 0 9 2F A1 11 2D
Octal 140 206 172 34 0 11 57 241 21 55
Binary 1100000 10000110 1111010 11100 0 1001 101111 10100001 10001 101101

Color Harmonies of #60867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60867A

Black with #60867A

Text Example


Text Example

White with #60867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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