Html Css Color HEX #6A8278 Cutty Sark

📋 copy color: '#6A8278'

red 106 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #6A8278

Tints of Cutty Sark #6A8278

RGB

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

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

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

R = 29.78%
G = 36.52%
B = 33.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#6A8278 (or 0x6A8278) is known color: Cutty Sark. HEX triplet: 6A, 82 and 78. RGB value is (106,130,120). Sum of RGB (Red+Green+Blue) = 106+130+120=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8278 is #957D87. Grayscale: #797979. Windows color (decimal): -9797000 or 7897706. OLE color: 7897706.

HSL color Cylindrical-coordinate representation of color #6A8278: hue angle of 155º 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 #6A8278 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 106 130 120 -
CMYK 0.18 0 0.08 0.49
HSL 155º 0.1% 0.46% -
HSV(B) 155º 0.18% 0.51% -
XYZ 17.32 20.39 20.79 -
YUV 121.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 106 130 120 0.18 0 0.08 0.49 155 0.1 0.46
Hex 6A 82 78 12 0 8 31 9B A 2E
Octal 152 202 170 22 0 10 61 233 12 56
Binary 1101010 10000010 1111000 10010 0 1000 110001 10011011 1010 101110

Color Harmonies of #6A8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8278

Black with #6A8278

Text Example


Text Example

White with #6A8278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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