Html Css Color HEX #69586B Fedora

📋 copy color: '#69586B'

red 105 ◦ green 88 ◦ blue 107

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

Shades of Fedora #69586B

Tints of Fedora #69586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 35%
G = 29.33%
B = 35.67%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69586B (or 0x69586B) is known color: Fedora. HEX triplet: 69, 58 and 6B. RGB value is (105,88,107). Sum of RGB (Red+Green+Blue) = 105+88+107=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #69586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69586B is #96A794. Grayscale: #5F5F5F. Windows color (decimal): -9873301 or 7034985. OLE color: 7034985.

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

Color convert

RGB 105 88 107 -
CMYK 0.02 0.18 0 0.58
HSL 293.68º 0.1% 0.38% -
HSV(B) 293.68º 0.18% 0.42% -
XYZ 11.97 11.04 15.41 -
YUV 95.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 105 88 107 0.02 0.18 0 0.58 293.68 0.1 0.38
Hex 69 58 6B 2 12 0 3A 126 A 26
Octal 151 130 153 2 22 0 72 446 12 46
Binary 1101001 1011000 1101011 10 10010 0 111010 100100110 1010 100110

Color Harmonies of #69586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69586B

Black with #69586B

Text Example


Text Example

White with #69586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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