Html Css Color HEX #6B536C Fedora

📋 copy color: '#6B536C'

red 107 ◦ green 83 ◦ blue 108

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

Shades of Fedora #6B536C

Tints of Fedora #6B536C

RGB

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

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

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

R = 35.91%
G = 27.85%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B536C (or 0x6B536C) is known color: Fedora. HEX triplet: 6B, 53 and 6C. RGB value is (107,83,108). Sum of RGB (Red+Green+Blue) = 107+83+108=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B536C is #94AC93. Grayscale: #5C5C5C. Windows color (decimal): -9743508 or 7099243. OLE color: 7099243.

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

Color convert

RGB 107 83 108 -
CMYK 0.01 0.23 0 0.58
HSL 297.6º 0.13% 0.37% -
HSV(B) 297.6º 0.23% 0.42% -
XYZ 11.86 10.4 15.57 -
YUV 93.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 107 83 108 0.01 0.23 0 0.58 297.6 0.13 0.37
Hex 6B 53 6C 1 17 0 3A 12A D 25
Octal 153 123 154 1 27 0 72 452 15 45
Binary 1101011 1010011 1101100 1 10111 0 111010 100101010 1101 100101

Color Harmonies of #6B536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B536C

Black with #6B536C

Text Example


Text Example

White with #6B536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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