Html Css Color HEX #6C8278 Cutty Sark

📋 copy color: '#6C8278'

red 108 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #6C8278

Tints of Cutty Sark #6C8278

RGB

 RED value IS 108 (42.58% from 255) = 30.17%

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

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

R = 30.17%
G = 36.31%
B = 33.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#6C8278 (or 0x6C8278) is known color: Cutty Sark. HEX triplet: 6C, 82 and 78. RGB value is (108,130,120). Sum of RGB (Red+Green+Blue) = 108+130+120=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8278 is #937D87. Grayscale: #7A7A7A. Windows color (decimal): -9665928 or 7897708. OLE color: 7897708.

HSL color Cylindrical-coordinate representation of color #6C8278: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C8278 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 130 120 -
CMYK 0.17 0 0.08 0.49
HSL 152.73º 0.09% 0.47% -
HSV(B) 152.73º 0.17% 0.51% -
XYZ 17.56 20.51 20.8 -
YUV 122.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 108 130 120 0.17 0 0.08 0.49 152.73 0.09 0.47
Hex 6C 82 78 11 0 8 31 99 9 2F
Octal 154 202 170 21 0 10 61 231 11 57
Binary 1101100 10000010 1111000 10001 0 1000 110001 10011001 1001 101111

Color Harmonies of #6C8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8278

Black with #6C8278

Text Example


Text Example

White with #6C8278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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