Html Css Color HEX #6C7E67 Xanadu

📋 copy color: '#6C7E67'

red 108 ◦ green 126 ◦ blue 103

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

Shades of Xanadu #6C7E67

Tints of Xanadu #6C7E67

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.63% from 255) = 30.56%

R = 32.05%
G = 37.39%
B = 30.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#6C7E67 (or 0x6C7E67) is known color: 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

RGB 108 126 103 -
CMYK 0.14 0 0.18 0.51
HSL 106.96º 0.1% 0.45% -
HSV(B) 106.96º 0.18% 0.49% -
XYZ 16.09 19.09 15.67 -
YUV 118 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 108 126 103 0.14 0 0.18 0.51 106.96 0.1 0.45
Hex 6C 7E 67 E 0 12 33 6B A 2D
Octal 154 176 147 16 0 22 63 153 12 55
Binary 1101100 1111110 1100111 1110 0 10010 110011 1101011 1010 101101

Color Harmonies of #6C7E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7E67

Black with #6C7E67

Text Example


Text Example

White with #6C7E67

Text Example


Text Example

HTML Codes & Css Web 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>