Html Css Color HEX #69636A Fedora

📋 copy color: '#69636A'

red 105 ◦ green 99 ◦ blue 106

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

Shades of Fedora #69636A

Tints of Fedora #69636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 33.87%
G = 31.94%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69636A (or 0x69636A) is known color: Fedora. HEX triplet: 69, 63 and 6A. RGB value is (105,99,106). Sum of RGB (Red+Green+Blue) = 105+99+106=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 106 - color contains mainly: blue. Hex color #69636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69636A is #969C95. Grayscale: #656565. Windows color (decimal): -9870486 or 6972265. OLE color: 6972265.

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

Color convert

RGB 105 99 106 -
CMYK 0.01 0.07 0 0.58
HSL 291.43º 0.03% 0.4% -
HSV(B) 291.43º 0.07% 0.42% -
XYZ 12.89 12.97 15.46 -
YUV 101.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 105 99 106 0.01 0.07 0 0.58 291.43 0.03 0.4
Hex 69 63 6A 1 7 0 3A 123 3 28
Octal 151 143 152 1 7 0 72 443 3 50
Binary 1101001 1100011 1101010 1 111 0 111010 100100011 11 101000

Color Harmonies of #69636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69636A

Black with #69636A

Text Example


Text Example

White with #69636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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