Html Css Color HEX #69586A Fedora

📋 copy color: '#69586A'

red 105 ◦ green 88 ◦ blue 106

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

Shades of Fedora #69586A

Tints of Fedora #69586A

RGB

 RED value IS 105 (41.41% from 255) = 35.12%

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 35.12%
G = 29.43%
B = 35.45%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69586A (or 0x69586A) is known color: Fedora. HEX triplet: 69, 58 and 6A. RGB value is (105,88,106). Sum of RGB (Red+Green+Blue) = 105+88+106=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #69586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69586A is #96A795. Grayscale: #5F5F5F. Windows color (decimal): -9873302 or 6969449. OLE color: 6969449.

HSL color Cylindrical-coordinate representation of color #69586A: hue angle of 296.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69586A is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 88 106 -
CMYK 0.01 0.17 0 0.58
HSL 296.67º 0.09% 0.38% -
HSV(B) 296.67º 0.17% 0.42% -
XYZ 11.92 11.02 15.14 -
YUV 95.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 105 88 106 0.01 0.17 0 0.58 296.67 0.09 0.38
Hex 69 58 6A 1 11 0 3A 129 9 26
Octal 151 130 152 1 21 0 72 451 11 46
Binary 1101001 1011000 1101010 1 10001 0 111010 100101001 1001 100110

Color Harmonies of #69586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69586A

Black with #69586A

Text Example


Text Example

White with #69586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69586A; }

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

 H1.HeaderClassName
 {
   color: #69586A;
 }
 .AnyTagClassName
 {
   color: #69586A;
 }
</style>

background-color css

<style>
 a { background-color: #69586A; }

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

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

border-color css

<style>
 span { border-color: #69586A; }

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

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