Html Css Color HEX #6E8279 Cutty Sark

📋 copy color: '#6E8279'

red 110 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #6E8279

Tints of Cutty Sark #6E8279

RGB

 RED value IS 110 (43.36% from 255) = 30.47%

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

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

R = 30.47%
G = 36.01%
B = 33.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#6E8279 (or 0x6E8279) is known color: Cutty Sark. HEX triplet: 6E, 82 and 79. RGB value is (110,130,121). Sum of RGB (Red+Green+Blue) = 110+130+121=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8279 is #917D86. Grayscale: #7B7B7B. Windows color (decimal): -9534855 or 7963246. OLE color: 7963246.

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

Color convert

RGB 110 130 121 -
CMYK 0.15 0 0.07 0.49
HSL 153º 0.08% 0.47% -
HSV(B) 153º 0.15% 0.51% -
XYZ 17.86 20.66 21.14 -
YUV 122.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 110 130 121 0.15 0 0.07 0.49 153 0.08 0.47
Hex 6E 82 79 F 0 7 31 99 8 2F
Octal 156 202 171 17 0 7 61 231 10 57
Binary 1101110 10000010 1111001 1111 0 111 110001 10011001 1000 101111

Color Harmonies of #6E8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8279

Black with #6E8279

Text Example


Text Example

White with #6E8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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