#6C7E67

Color #6C7E67 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6C7E67

Tints of Xanadu #6C7E67

Color information

#6C7E67 (or 0x6C7E67) is unknown color: approx Xanadu. HEX triplet: 6C, 7E and 67. RGB value is (108,126,103). Sum of RGB (Red+Green+Blue) = 108+126+103=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7E67 is #938198. Grayscale: #767676. Windows color (decimal): -9666969 or 6782572. OLE color: 6782572.

HSL color Cylindrical-coordinate representation of color #6C7E67: hue angle of 106.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C7E67 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB108126103-
CMYK0.1400.180.51
HSL106.96º10.04%44.9%-
HSV(B)106.96º18.25%49.41%-
XYZ16.0919.0915.67-
YUV118119.54120.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 103 (40.62% from 255) = 30.56%
R=32.05%
G=37.39%
B=30.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081261030.1400.180.51106.9610.0444.9
Hex6C7E67E012336ba2d
Octal15417614716022631531255
Binary110110011111101100111111001001011001111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,126,103); }

 H1.HeaderClassName
 {
   color: #6C7E67;
 }
 .AnyTagClassName
 {
   color: #6C7E67;
 }
</style>
background-color css

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

 a { background-color: rgb(108,126,103); }

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

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

 span { border-color: rgb(108,126,103); }

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