Html Css Color HEX #688279 Cutty Sark

📋 copy color: '#688279'

red 104 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #688279

Tints of Cutty Sark #688279

RGB

 RED value IS 104 (41.02% from 255) = 29.3%

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 29.3%
G = 36.62%
B = 34.08%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#688279 (or 0x688279) is known color: Cutty Sark. HEX triplet: 68, 82 and 79. RGB value is (104,130,121). Sum of RGB (Red+Green+Blue) = 104+130+121=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #688279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688279 is #977D86. Grayscale: #797979. Windows color (decimal): -9928071 or 7963240. OLE color: 7963240.

HSL color Cylindrical-coordinate representation of color #688279: hue angle of 159.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #688279 is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 121 -
CMYK 0.2 0 0.07 0.49
HSL 159.23º 0.11% 0.46% -
HSV(B) 159.23º 0.2% 0.51% -
XYZ 17.14 20.29 21.1 -
YUV 121.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 104 130 121 0.2 0 0.07 0.49 159.23 0.11 0.46
Hex 68 82 79 14 0 7 31 9F B 2E
Octal 150 202 171 24 0 7 61 237 13 56
Binary 1101000 10000010 1111001 10100 0 111 110001 10011111 1011 101110

Color Harmonies of #688279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688279

Black with #688279

Text Example


Text Example

White with #688279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688279; }

 p { color: rgb(104,130,121); }

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

background-color css

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

 a { background-color: rgb(104,130,121); }

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

border-color css

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

 span { border-color: rgb(104,130,121); }

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