Html Css Color HEX #6A827A Cutty Sark

📋 copy color: '#6A827A'

red 106 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6A827A

Tints of Cutty Sark #6A827A

RGB

 RED value IS 106 (41.8% from 255) = 29.61%

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

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

R = 29.61%
G = 36.31%
B = 34.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6A827A (or 0x6A827A) is known color: Cutty Sark. HEX triplet: 6A, 82 and 7A. RGB value is (106,130,122). Sum of RGB (Red+Green+Blue) = 106+130+122=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #6A827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A827A is #957D85. Grayscale: #797979. Windows color (decimal): -9796998 or 8028778. OLE color: 8028778.

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

Color convert

RGB 106 130 122 -
CMYK 0.18 0 0.06 0.49
HSL 160º 0.1% 0.46% -
HSV(B) 160º 0.18% 0.51% -
XYZ 17.44 20.43 21.44 -
YUV 121.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 106 130 122 0.18 0 0.06 0.49 160 0.1 0.46
Hex 6A 82 7A 12 0 6 31 A0 A 2E
Octal 152 202 172 22 0 6 61 240 12 56
Binary 1101010 10000010 1111010 10010 0 110 110001 10100000 1010 101110

Color Harmonies of #6A827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A827A

Black with #6A827A

Text Example


Text Example

White with #6A827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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