Html Css Color HEX #6C536E Fedora

📋 copy color: '#6C536E'

red 108 ◦ green 83 ◦ blue 110

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

Shades of Fedora #6C536E

Tints of Fedora #6C536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

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

R = 35.88%
G = 27.57%
B = 36.54%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C536E (or 0x6C536E) is known color: Fedora. HEX triplet: 6C, 53 and 6E. RGB value is (108,83,110). Sum of RGB (Red+Green+Blue) = 108+83+110=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C536E is #93AC91. Grayscale: #5D5D5D. Windows color (decimal): -9677970 or 7230316. OLE color: 7230316.

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

Color convert

RGB 108 83 110 -
CMYK 0.02 0.25 0 0.57
HSL 295.56º 0.14% 0.38% -
HSV(B) 295.56º 0.25% 0.43% -
XYZ 12.09 10.5 16.14 -
YUV 93.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 108 83 110 0.02 0.25 0 0.57 295.56 0.14 0.38
Hex 6C 53 6E 2 19 0 39 128 E 26
Octal 154 123 156 2 31 0 71 450 16 46
Binary 1101100 1010011 1101110 10 11001 0 111001 100101000 1110 100110

Color Harmonies of #6C536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C536E

Black with #6C536E

Text Example


Text Example

White with #6C536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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