Html Css Color HEX #6C5074 Fedora

📋 copy color: '#6C5074'

red 108 ◦ green 80 ◦ blue 116

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

Shades of Fedora #6C5074

Tints of Fedora #6C5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 35.53%
G = 26.32%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C5074 (or 0x6C5074) is known color: Fedora. HEX triplet: 6C, 50 and 74. RGB value is (108,80,116). Sum of RGB (Red+Green+Blue) = 108+80+116=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5074 is #93AF8B. Grayscale: #5C5C5C. Windows color (decimal): -9678732 or 7622764. OLE color: 7622764.

HSL color Cylindrical-coordinate representation of color #6C5074: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C5074 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 80 116 -
CMYK 0.07 0.31 0 0.55
HSL 286.67º 0.18% 0.38% -
HSV(B) 286.67º 0.31% 0.45% -
XYZ 12.21 10.19 17.85 -
YUV 92.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 108 80 116 0.07 0.31 0 0.55 286.67 0.18 0.38
Hex 6C 50 74 7 1F 0 37 11F 12 26
Octal 154 120 164 7 37 0 67 437 22 46
Binary 1101100 1010000 1110100 111 11111 0 110111 100011111 10010 100110

Color Harmonies of #6C5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5074

Black with #6C5074

Text Example


Text Example

White with #6C5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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