Html Css Color HEX #6A897A Cutty Sark

📋 copy color: '#6A897A'

red 106 ◦ green 137 ◦ blue 122

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

Shades of Cutty Sark #6A897A

Tints of Cutty Sark #6A897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 29.04%
G = 37.53%
B = 33.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#6A897A (or 0x6A897A) is known color: Cutty Sark. HEX triplet: 6A, 89 and 7A. RGB value is (106,137,122). Sum of RGB (Red+Green+Blue) = 106+137+122=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #6A897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A897A is #957685. Grayscale: #7E7E7E. Windows color (decimal): -9795206 or 8030570. OLE color: 8030570.

HSL color Cylindrical-coordinate representation of color #6A897A: hue angle of 150.97º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A897A is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 122 -
CMYK 0.23 0 0.11 0.46
HSL 150.97º 0.13% 0.48% -
HSV(B) 150.97º 0.23% 0.54% -
XYZ 18.4 22.36 21.76 -
YUV 126.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 106 137 122 0.23 0 0.11 0.46 150.97 0.13 0.48
Hex 6A 89 7A 17 0 B 2E 97 D 30
Octal 152 211 172 27 0 13 56 227 15 60
Binary 1101010 10001001 1111010 10111 0 1011 101110 10010111 1101 110000

Color Harmonies of #6A897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A897A

Black with #6A897A

Text Example


Text Example

White with #6A897A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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