Html Css Color HEX #6B7D69 Xanadu

📋 copy color: '#6B7D69'

red 107 ◦ green 125 ◦ blue 105

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

Shades of Xanadu #6B7D69

Tints of Xanadu #6B7D69

RGB

 RED value IS 107 (42.19% from 255) = 31.75%

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 31.75%
G = 37.09%
B = 31.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#6B7D69 (or 0x6B7D69) is known color: Xanadu. HEX triplet: 6B, 7D and 69. RGB value is (107,125,105). Sum of RGB (Red+Green+Blue) = 107+125+105=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7D69 is #948296. Grayscale: #757575. Windows color (decimal): -9732759 or 6913387. OLE color: 6913387.

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

Color convert

RGB 107 125 105 -
CMYK 0.14 0 0.16 0.51
HSL 114º 0.09% 0.45% -
HSV(B) 114º 0.16% 0.49% -
XYZ 15.95 18.81 16.16 -
YUV 117.34 121.04 120.63 -
System Red Green Blue C M Y K H S L
Decimal 107 125 105 0.14 0 0.16 0.51 114 0.09 0.45
Hex 6B 7D 69 E 0 10 33 72 9 2D
Octal 153 175 151 16 0 20 63 162 11 55
Binary 1101011 1111101 1101001 1110 0 10000 110011 1110010 1001 101101

Color Harmonies of #6B7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7D69

Black with #6B7D69

Text Example


Text Example

White with #6B7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,105); }

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

background-color css

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

 a { background-color: rgb(107,125,105); }

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

border-color css

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

 span { border-color: rgb(107,125,105); }

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