Html Css Color HEX #608677 Cutty Sark

📋 copy color: '#608677'

red 96 ◦ green 134 ◦ blue 119

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

Shades of Cutty Sark #608677

Tints of Cutty Sark #608677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 27.51%
G = 38.4%
B = 34.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#608677 (or 0x608677) is known color: Cutty Sark. HEX triplet: 60, 86 and 77. RGB value is (96,134,119). Sum of RGB (Red+Green+Blue) = 96+134+119=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #608677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608677 is #9F7988. Grayscale: #787878. Windows color (decimal): -10451337 or 7833184. OLE color: 7833184.

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

Color convert

RGB 96 134 119 -
CMYK 0.28 0 0.11 0.47
HSL 156.32º 0.17% 0.45% -
HSV(B) 156.32º 0.28% 0.53% -
XYZ 16.68 20.87 20.6 -
YUV 120.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 96 134 119 0.28 0 0.11 0.47 156.32 0.17 0.45
Hex 60 86 77 1C 0 B 2F 9C 11 2D
Octal 140 206 167 34 0 13 57 234 21 55
Binary 1100000 10000110 1110111 11100 0 1011 101111 10011100 10001 101101

Color Harmonies of #608677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608677

Black with #608677

Text Example


Text Example

White with #608677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608677; }

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

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

background-color css

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

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

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

border-color css

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

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

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