Html Css Color HEX #6B566F Fedora

📋 copy color: '#6B566F'

red 107 ◦ green 86 ◦ blue 111

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

Shades of Fedora #6B566F

Tints of Fedora #6B566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 35.2%
G = 28.29%
B = 36.51%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B566F (or 0x6B566F) is known color: Fedora. HEX triplet: 6B, 56 and 6F. RGB value is (107,86,111). Sum of RGB (Red+Green+Blue) = 107+86+111=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B566F is #94A990. Grayscale: #5F5F5F. Windows color (decimal): -9742737 or 7296619. OLE color: 7296619.

HSL color Cylindrical-coordinate representation of color #6B566F: hue angle of 290.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B566F is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 86 111 -
CMYK 0.04 0.23 0 0.56
HSL 290.4º 0.13% 0.39% -
HSV(B) 290.4º 0.23% 0.44% -
XYZ 12.26 10.93 16.5 -
YUV 95.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 107 86 111 0.04 0.23 0 0.56 290.4 0.13 0.39
Hex 6B 56 6F 4 17 0 38 122 D 27
Octal 153 126 157 4 27 0 70 442 15 47
Binary 1101011 1010110 1101111 100 10111 0 111000 100100010 1101 100111

Color Harmonies of #6B566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B566F

Black with #6B566F

Text Example


Text Example

White with #6B566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,86,111); }

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

background-color css

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

 a { background-color: rgb(107,86,111); }

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

border-color css

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

 span { border-color: rgb(107,86,111); }

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