Html Css Color HEX #6E847A Cutty Sark

📋 copy color: '#6E847A'

red 110 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #6E847A

Tints of Cutty Sark #6E847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 30.22%
G = 36.26%
B = 33.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6E847A (or 0x6E847A) is known color: Cutty Sark. HEX triplet: 6E, 84 and 7A. RGB value is (110,132,122). Sum of RGB (Red+Green+Blue) = 110+132+122=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847A is #917B85. Grayscale: #7C7C7C. Windows color (decimal): -9534342 or 8029294. OLE color: 8029294.

HSL color Cylindrical-coordinate representation of color #6E847A: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E847A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 122 -
CMYK 0.17 0 0.08 0.48
HSL 152.73º 0.09% 0.47% -
HSV(B) 152.73º 0.17% 0.52% -
XYZ 18.19 21.22 21.55 -
YUV 124.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 110 132 122 0.17 0 0.08 0.48 152.73 0.09 0.47
Hex 6E 84 7A 11 0 8 30 99 9 2F
Octal 156 204 172 21 0 10 60 231 11 57
Binary 1101110 10000100 1111010 10001 0 1000 110000 10011001 1001 101111

Color Harmonies of #6E847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E847A

Black with #6E847A

Text Example


Text Example

White with #6E847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,122); }

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

background-color css

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

 a { background-color: rgb(110,132,122); }

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

border-color css

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

 span { border-color: rgb(110,132,122); }

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