Html Css Color HEX #6E9363 Xanadu

📋 copy color: '#6E9363'

red 110 ◦ green 147 ◦ blue 99

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

Shades of Xanadu #6E9363

Tints of Xanadu #6E9363

RGB

 RED value IS 110 (43.36% from 255) = 30.9%

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 30.9%
G = 41.29%
B = 27.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#6E9363 (or 0x6E9363) is known color: Xanadu. HEX triplet: 6E, 93 and 63. RGB value is (110,147,99). Sum of RGB (Red+Green+Blue) = 110+147+99=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9363 is #916C9C. Grayscale: #828282. Windows color (decimal): -9530525 or 6525806. OLE color: 6525806.

HSL color Cylindrical-coordinate representation of color #6E9363: hue angle of 106.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E9363 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 99 -
CMYK 0.25 0 0.33 0.42
HSL 106.25º 0.2% 0.48% -
HSV(B) 106.25º 0.33% 0.58% -
XYZ 19.12 25.08 15.64 -
YUV 130.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 110 147 99 0.25 0 0.33 0.42 106.25 0.2 0.48
Hex 6E 93 63 19 0 21 2A 6A 14 30
Octal 156 223 143 31 0 41 52 152 24 60
Binary 1101110 10010011 1100011 11001 0 100001 101010 1101010 10100 110000

Color Harmonies of #6E9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9363

Black with #6E9363

Text Example


Text Example

White with #6E9363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,99); }

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

background-color css

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

 a { background-color: rgb(110,147,99); }

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

border-color css

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

 span { border-color: rgb(110,147,99); }

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