Html Css Color HEX #675869 Fedora

📋 copy color: '#675869'

red 103 ◦ green 88 ◦ blue 105

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

Shades of Fedora #675869

Tints of Fedora #675869

RGB

 RED value IS 103 (40.63% from 255) = 34.8%

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

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 34.8%
G = 29.73%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675869 (or 0x675869) is known color: Fedora. HEX triplet: 67, 58 and 69. RGB value is (103,88,105). Sum of RGB (Red+Green+Blue) = 103+88+105=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #675869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675869 is #98A796. Grayscale: #5E5E5E. Windows color (decimal): -10004375 or 6903911. OLE color: 6903911.

HSL color Cylindrical-coordinate representation of color #675869: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675869 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 88 105 -
CMYK 0.02 0.16 0 0.59
HSL 292.94º 0.09% 0.38% -
HSV(B) 292.94º 0.16% 0.41% -
XYZ 11.63 10.88 14.85 -
YUV 94.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 103 88 105 0.02 0.16 0 0.59 292.94 0.09 0.38
Hex 67 58 69 2 10 0 3B 125 9 26
Octal 147 130 151 2 20 0 73 445 11 46
Binary 1100111 1011000 1101001 10 10000 0 111011 100100101 1001 100110

Color Harmonies of #675869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675869

Black with #675869

Text Example


Text Example

White with #675869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675869; }

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

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

background-color css

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

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

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

border-color css

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

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

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