Html Css Color HEX #6B616C Fedora

📋 copy color: '#6B616C'

red 107 ◦ green 97 ◦ blue 108

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

Shades of Fedora #6B616C

Tints of Fedora #6B616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 34.29%
G = 31.09%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B616C (or 0x6B616C) is known color: Fedora. HEX triplet: 6B, 61 and 6C. RGB value is (107,97,108). Sum of RGB (Red+Green+Blue) = 107+97+108=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B616C is #949E93. Grayscale: #656565. Windows color (decimal): -9739924 or 7102827. OLE color: 7102827.

HSL color Cylindrical-coordinate representation of color #6B616C: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B616C is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 97 108 -
CMYK 0.01 0.10 0 0.58
HSL 294.55º 0.05% 0.4% -
HSV(B) 294.55º 0.1% 0.42% -
XYZ 13.04 12.76 15.96 -
YUV 101.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 107 97 108 0.01 0.10 0 0.58 294.55 0.05 0.4
Hex 6B 61 6C 1 A 0 3A 127 5 28
Octal 153 141 154 1 12 0 72 447 5 50
Binary 1101011 1100001 1101100 1 1010 0 111010 100100111 101 101000

Color Harmonies of #6B616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B616C

Black with #6B616C

Text Example


Text Example

White with #6B616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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