Html Css Color HEX #608774 Cutty Sark

📋 copy color: '#608774'

red 96 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #608774

Tints of Cutty Sark #608774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 27.67%
G = 38.9%
B = 33.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#608774 (or 0x608774) is known color: Cutty Sark. HEX triplet: 60, 87 and 74. RGB value is (96,135,116). Sum of RGB (Red+Green+Blue) = 96+135+116=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #608774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608774 is #9F788B. Grayscale: #797979. Windows color (decimal): -10451084 or 7636832. OLE color: 7636832.

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

Color convert

RGB 96 135 116 -
CMYK 0.29 0 0.14 0.47
HSL 150.77º 0.17% 0.45% -
HSV(B) 150.77º 0.29% 0.53% -
XYZ 16.64 21.08 19.71 -
YUV 121.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 96 135 116 0.29 0 0.14 0.47 150.77 0.17 0.45
Hex 60 87 74 1D 0 E 2F 97 11 2D
Octal 140 207 164 35 0 16 57 227 21 55
Binary 1100000 10000111 1110100 11101 0 1110 101111 10010111 10001 101101

Color Harmonies of #608774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608774

Black with #608774

Text Example


Text Example

White with #608774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608774; }

 p { color: rgb(96,135,116); }

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

background-color css

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

 a { background-color: rgb(96,135,116); }

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

border-color css

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

 span { border-color: rgb(96,135,116); }

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