Html Css Color HEX #6F846C Xanadu

📋 copy color: '#6F846C'

red 111 ◦ green 132 ◦ blue 108

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

Shades of Xanadu #6F846C

Tints of Xanadu #6F846C

RGB

 RED value IS 111 (43.75% from 255) = 31.62%

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 31.62%
G = 37.61%
B = 30.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#6F846C (or 0x6F846C) is known color: Xanadu. HEX triplet: 6F, 84 and 6C. RGB value is (111,132,108). Sum of RGB (Red+Green+Blue) = 111+132+108=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #6F846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F846C is #907B93. Grayscale: #7B7B7B. Windows color (decimal): -9468820 or 7111791. OLE color: 7111791.

HSL color Cylindrical-coordinate representation of color #6F846C: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F846C is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 132 108 -
CMYK 0.16 0 0.18 0.48
HSL 112.5º 0.1% 0.47% -
HSV(B) 112.5º 0.18% 0.52% -
XYZ 17.51 20.96 17.31 -
YUV 122.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 111 132 108 0.16 0 0.18 0.48 112.5 0.1 0.47
Hex 6F 84 6C 10 0 12 30 70 A 2F
Octal 157 204 154 20 0 22 60 160 12 57
Binary 1101111 10000100 1101100 10000 0 10010 110000 1110000 1010 101111

Color Harmonies of #6F846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F846C

Black with #6F846C

Text Example


Text Example

White with #6F846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,108); }

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

background-color css

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

 a { background-color: rgb(111,132,108); }

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

border-color css

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

 span { border-color: rgb(111,132,108); }

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