Html Css Color HEX #6A8778 Cutty Sark

📋 copy color: '#6A8778'

red 106 ◦ green 135 ◦ blue 120

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

Shades of Cutty Sark #6A8778

Tints of Cutty Sark #6A8778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 29.36%
G = 37.4%
B = 33.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#6A8778 (or 0x6A8778) is known color: Cutty Sark. HEX triplet: 6A, 87 and 78. RGB value is (106,135,120). Sum of RGB (Red+Green+Blue) = 106+135+120=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8778 is #957887. Grayscale: #7C7C7C. Windows color (decimal): -9795720 or 7898986. OLE color: 7898986.

HSL color Cylindrical-coordinate representation of color #6A8778: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A8778 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 135 120 -
CMYK 0.21 0 0.11 0.47
HSL 148.97º 0.12% 0.47% -
HSV(B) 148.97º 0.21% 0.53% -
XYZ 18 21.75 21.02 -
YUV 124.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 106 135 120 0.21 0 0.11 0.47 148.97 0.12 0.47
Hex 6A 87 78 15 0 B 2F 95 C 2F
Octal 152 207 170 25 0 13 57 225 14 57
Binary 1101010 10000111 1111000 10101 0 1011 101111 10010101 1100 101111

Color Harmonies of #6A8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8778

Black with #6A8778

Text Example


Text Example

White with #6A8778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,135,120); }

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

background-color css

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

 a { background-color: rgb(106,135,120); }

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

border-color css

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

 span { border-color: rgb(106,135,120); }

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