Html Css Color HEX #6B5074 Fedora

📋 copy color: '#6B5074'

red 107 ◦ green 80 ◦ blue 116

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

Shades of Fedora #6B5074

Tints of Fedora #6B5074

RGB

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

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

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

R = 35.31%
G = 26.4%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B5074 (or 0x6B5074) is known color: Fedora. HEX triplet: 6B, 50 and 74. RGB value is (107,80,116). Sum of RGB (Red+Green+Blue) = 107+80+116=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5074 is #94AF8B. Grayscale: #5C5C5C. Windows color (decimal): -9744268 or 7622763. OLE color: 7622763.

HSL color Cylindrical-coordinate representation of color #6B5074: hue angle of 285º 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 #6B5074 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 80 116 -
CMYK 0.08 0.31 0 0.55
HSL 285º 0.18% 0.38% -
HSV(B) 285º 0.31% 0.45% -
XYZ 12.08 10.12 17.84 -
YUV 92.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 107 80 116 0.08 0.31 0 0.55 285 0.18 0.38
Hex 6B 50 74 8 1F 0 37 11D 12 26
Octal 153 120 164 10 37 0 67 435 22 46
Binary 1101011 1010000 1110100 1000 11111 0 110111 100011101 10010 100110

Color Harmonies of #6B5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5074

Black with #6B5074

Text Example


Text Example

White with #6B5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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