Html Css Color HEX #6B596C Fedora

📋 copy color: '#6B596C'

red 107 ◦ green 89 ◦ blue 108

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

Shades of Fedora #6B596C

Tints of Fedora #6B596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

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

R = 35.2%
G = 29.28%
B = 35.53%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B596C (or 0x6B596C) is known color: Fedora. HEX triplet: 6B, 59 and 6C. RGB value is (107,89,108). Sum of RGB (Red+Green+Blue) = 107+89+108=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B596C is #94A693. Grayscale: #606060. Windows color (decimal): -9741972 or 7100779. OLE color: 7100779.

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

Color convert

RGB 107 89 108 -
CMYK 0.01 0.18 0 0.58
HSL 296.84º 0.1% 0.39% -
HSV(B) 296.84º 0.18% 0.42% -
XYZ 12.34 11.35 15.73 -
YUV 96.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 107 89 108 0.01 0.18 0 0.58 296.84 0.1 0.39
Hex 6B 59 6C 1 12 0 3A 129 A 27
Octal 153 131 154 1 22 0 72 451 12 47
Binary 1101011 1011001 1101100 1 10010 0 111010 100101001 1010 100111

Color Harmonies of #6B596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B596C

Black with #6B596C

Text Example


Text Example

White with #6B596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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