Html Css Color HEX #6B506D Fedora

📋 copy color: '#6B506D'

red 107 ◦ green 80 ◦ blue 109

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

Shades of Fedora #6B506D

Tints of Fedora #6B506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 36.15%
G = 27.03%
B = 36.82%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B506D (or 0x6B506D) is known color: Fedora. HEX triplet: 6B, 50 and 6D. RGB value is (107,80,109). Sum of RGB (Red+Green+Blue) = 107+80+109=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B506D is #94AF92. Grayscale: #5B5B5B. Windows color (decimal): -9744275 or 7164011. OLE color: 7164011.

HSL color Cylindrical-coordinate representation of color #6B506D: hue angle of 295.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B506D is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 80 109 -
CMYK 0.02 0.27 0 0.57
HSL 295.86º 0.15% 0.37% -
HSV(B) 295.86º 0.27% 0.43% -
XYZ 11.69 9.97 15.78 -
YUV 91.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 107 80 109 0.02 0.27 0 0.57 295.86 0.15 0.37
Hex 6B 50 6D 2 1B 0 39 128 F 25
Octal 153 120 155 2 33 0 71 450 17 45
Binary 1101011 1010000 1101101 10 11011 0 111001 100101000 1111 100101

Color Harmonies of #6B506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B506D

Black with #6B506D

Text Example


Text Example

White with #6B506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,109); }

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

background-color css

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

 a { background-color: rgb(107,80,109); }

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

border-color css

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

 span { border-color: rgb(107,80,109); }

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