Html Css Color HEX #6C506E Fedora

📋 copy color: '#6C506E'

red 108 ◦ green 80 ◦ blue 110

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

Shades of Fedora #6C506E

Tints of Fedora #6C506E

RGB

 RED value IS 108 (42.58% from 255) = 36.24%

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 36.24%
G = 26.85%
B = 36.91%

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

#6C506E (or 0x6C506E) is known color: Fedora. HEX triplet: 6C, 50 and 6E. RGB value is (108,80,110). Sum of RGB (Red+Green+Blue) = 108+80+110=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C506E is #93AF91. Grayscale: #5B5B5B. Windows color (decimal): -9678738 or 7229548. OLE color: 7229548.

HSL color Cylindrical-coordinate representation of color #6C506E: hue angle of 296º degrees, saturation: 0.16, 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 #6C506E is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 80 110 -
CMYK 0.02 0.27 0 0.57
HSL 296º 0.16% 0.37% -
HSV(B) 296º 0.27% 0.43% -
XYZ 11.87 10.05 16.07 -
YUV 91.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 108 80 110 0.02 0.27 0 0.57 296 0.16 0.37
Hex 6C 50 6E 2 1B 0 39 128 10 25
Octal 154 120 156 2 33 0 71 450 20 45
Binary 1101100 1010000 1101110 10 11011 0 111001 100101000 10000 100101

Color Harmonies of #6C506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C506E

Black with #6C506E

Text Example


Text Example

White with #6C506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,110); }

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

background-color css

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

 a { background-color: rgb(108,80,110); }

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

border-color css

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

 span { border-color: rgb(108,80,110); }

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