Html Css Color HEX #608277 Cutty Sark

📋 copy color: '#608277'

red 96 ◦ green 130 ◦ blue 119

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

Shades of Cutty Sark #608277

Tints of Cutty Sark #608277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 27.83%
G = 37.68%
B = 34.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#608277 (or 0x608277) is known color: Cutty Sark. HEX triplet: 60, 82 and 77. RGB value is (96,130,119). Sum of RGB (Red+Green+Blue) = 96+130+119=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #608277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608277 is #9F7D88. Grayscale: #767676. Windows color (decimal): -10452361 or 7832160. OLE color: 7832160.

HSL color Cylindrical-coordinate representation of color #608277: hue angle of 160.59º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608277 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 119 -
CMYK 0.26 0 0.08 0.49
HSL 160.59º 0.15% 0.44% -
HSV(B) 160.59º 0.26% 0.51% -
XYZ 16.14 19.78 20.42 -
YUV 118.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 96 130 119 0.26 0 0.08 0.49 160.59 0.15 0.44
Hex 60 82 77 1A 0 8 31 A1 F 2C
Octal 140 202 167 32 0 10 61 241 17 54
Binary 1100000 10000010 1110111 11010 0 1000 110001 10100001 1111 101100

Color Harmonies of #608277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608277

Black with #608277

Text Example


Text Example

White with #608277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608277; }

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

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

background-color css

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

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

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

border-color css

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

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

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