Html Css Color HEX #6B526C Fedora

📋 copy color: '#6B526C'

red 107 ◦ green 82 ◦ blue 108

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

Shades of Fedora #6B526C

Tints of Fedora #6B526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 36.03%
G = 27.61%
B = 36.36%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B526C (or 0x6B526C) is known color: Fedora. HEX triplet: 6B, 52 and 6C. RGB value is (107,82,108). Sum of RGB (Red+Green+Blue) = 107+82+108=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B526C is #94AD93. Grayscale: #5C5C5C. Windows color (decimal): -9743764 or 7098987. OLE color: 7098987.

HSL color Cylindrical-coordinate representation of color #6B526C: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B526C is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 82 108 -
CMYK 0.01 0.24 0 0.58
HSL 297.69º 0.14% 0.37% -
HSV(B) 297.69º 0.24% 0.42% -
XYZ 11.79 10.24 15.54 -
YUV 92.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 107 82 108 0.01 0.24 0 0.58 297.69 0.14 0.37
Hex 6B 52 6C 1 18 0 3A 12A E 25
Octal 153 122 154 1 30 0 72 452 16 45
Binary 1101011 1010010 1101100 1 11000 0 111010 100101010 1110 100101

Color Harmonies of #6B526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B526C

Black with #6B526C

Text Example


Text Example

White with #6B526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,108); }

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

background-color css

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

 a { background-color: rgb(107,82,108); }

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

border-color css

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

 span { border-color: rgb(107,82,108); }

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