Html Css Color HEX #6A847A Cutty Sark

📋 copy color: '#6A847A'

red 106 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #6A847A

Tints of Cutty Sark #6A847A

RGB

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

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

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

R = 29.44%
G = 36.67%
B = 33.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6A847A (or 0x6A847A) is known color: Cutty Sark. HEX triplet: 6A, 84 and 7A. RGB value is (106,132,122). Sum of RGB (Red+Green+Blue) = 106+132+122=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #6A847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A847A is #957B85. Grayscale: #7B7B7B. Windows color (decimal): -9796486 or 8029290. OLE color: 8029290.

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

Color convert

RGB 106 132 122 -
CMYK 0.20 0 0.08 0.48
HSL 156.92º 0.11% 0.47% -
HSV(B) 156.92º 0.2% 0.52% -
XYZ 17.71 20.97 21.53 -
YUV 123.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 106 132 122 0.20 0 0.08 0.48 156.92 0.11 0.47
Hex 6A 84 7A 14 0 8 30 9D B 2F
Octal 152 204 172 24 0 10 60 235 13 57
Binary 1101010 10000100 1111010 10100 0 1000 110000 10011101 1011 101111

Color Harmonies of #6A847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A847A

Black with #6A847A

Text Example


Text Example

White with #6A847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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