Html Css Color HEX #6E827A Cutty Sark

📋 copy color: '#6E827A'

red 110 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6E827A

Tints of Cutty Sark #6E827A

RGB

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

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

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

R = 30.39%
G = 35.91%
B = 33.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6E827A (or 0x6E827A) is known color: Cutty Sark. HEX triplet: 6E, 82 and 7A. RGB value is (110,130,122). Sum of RGB (Red+Green+Blue) = 110+130+122=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #6E827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E827A is #917D85. Grayscale: #7B7B7B. Windows color (decimal): -9534854 or 8028782. OLE color: 8028782.

HSL color Cylindrical-coordinate representation of color #6E827A: hue angle of 156º 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 #6E827A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 130 122 -
CMYK 0.15 0 0.06 0.49
HSL 156º 0.08% 0.47% -
HSV(B) 156º 0.15% 0.51% -
XYZ 17.93 20.69 21.46 -
YUV 123.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 110 130 122 0.15 0 0.06 0.49 156 0.08 0.47
Hex 6E 82 7A F 0 6 31 9C 8 2F
Octal 156 202 172 17 0 6 61 234 10 57
Binary 1101110 10000010 1111010 1111 0 110 110001 10011100 1000 101111

Color Harmonies of #6E827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E827A

Black with #6E827A

Text Example


Text Example

White with #6E827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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