Html Css Color HEX #6A586C Fedora

📋 copy color: '#6A586C'

red 106 ◦ green 88 ◦ blue 108

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

Shades of Fedora #6A586C

Tints of Fedora #6A586C

RGB

 RED value IS 106 (41.8% from 255) = 35.1%

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 35.1%
G = 29.14%
B = 35.76%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A586C (or 0x6A586C) is known color: Fedora. HEX triplet: 6A, 58 and 6C. RGB value is (106,88,108). Sum of RGB (Red+Green+Blue) = 106+88+108=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A586C is #95A793. Grayscale: #5F5F5F. Windows color (decimal): -9807764 or 7100522. OLE color: 7100522.

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

Color convert

RGB 106 88 108 -
CMYK 0.02 0.19 0 0.58
HSL 294º 0.1% 0.38% -
HSV(B) 294º 0.19% 0.42% -
XYZ 12.14 11.13 15.7 -
YUV 95.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 106 88 108 0.02 0.19 0 0.58 294 0.1 0.38
Hex 6A 58 6C 2 13 0 3A 126 A 26
Octal 152 130 154 2 23 0 72 446 12 46
Binary 1101010 1011000 1101100 10 10011 0 111010 100100110 1010 100110

Color Harmonies of #6A586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A586C

Black with #6A586C

Text Example


Text Example

White with #6A586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,88,108); }

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

background-color css

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

 a { background-color: rgb(106,88,108); }

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

border-color css

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

 span { border-color: rgb(106,88,108); }

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