Html Css Color HEX #6D827A Cutty Sark

📋 copy color: '#6D827A'

red 109 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6D827A

Tints of Cutty Sark #6D827A

RGB

 RED value IS 109 (42.97% from 255) = 30.19%

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

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

R = 30.19%
G = 36.01%
B = 33.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6D827A (or 0x6D827A) is known color: Cutty Sark. HEX triplet: 6D, 82 and 7A. RGB value is (109,130,122). Sum of RGB (Red+Green+Blue) = 109+130+122=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #6D827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D827A is #927D85. Grayscale: #7A7A7A. Windows color (decimal): -9600390 or 8028781. OLE color: 8028781.

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

Color convert

RGB 109 130 122 -
CMYK 0.16 0 0.06 0.49
HSL 157.14º 0.09% 0.47% -
HSV(B) 157.14º 0.16% 0.51% -
XYZ 17.8 20.62 21.45 -
YUV 122.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 109 130 122 0.16 0 0.06 0.49 157.14 0.09 0.47
Hex 6D 82 7A 10 0 6 31 9D 9 2F
Octal 155 202 172 20 0 6 61 235 11 57
Binary 1101101 10000010 1111010 10000 0 110 110001 10011101 1001 101111

Color Harmonies of #6D827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D827A

Black with #6D827A

Text Example


Text Example

White with #6D827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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