Html Css Color HEX #675968 Fedora

📋 copy color: '#675968'

red 103 ◦ green 89 ◦ blue 104

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

Shades of Fedora #675968

Tints of Fedora #675968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 34.8%
G = 30.07%
B = 35.14%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675968 (or 0x675968) is known color: Fedora. HEX triplet: 67, 59 and 68. RGB value is (103,89,104). Sum of RGB (Red+Green+Blue) = 103+89+104=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #675968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675968 is #98A697. Grayscale: #5E5E5E. Windows color (decimal): -10004120 or 6838631. OLE color: 6838631.

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

Color convert

RGB 103 89 104 -
CMYK 0.01 0.14 0 0.59
HSL 296º 0.08% 0.38% -
HSV(B) 296º 0.14% 0.41% -
XYZ 11.66 11.03 14.61 -
YUV 94.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 103 89 104 0.01 0.14 0 0.59 296 0.08 0.38
Hex 67 59 68 1 E 0 3B 128 8 26
Octal 147 131 150 1 16 0 73 450 10 46
Binary 1100111 1011001 1101000 1 1110 0 111011 100101000 1000 100110

Color Harmonies of #675968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675968

Black with #675968

Text Example


Text Example

White with #675968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675968; }

 p { color: rgb(103,89,104); }

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

background-color css

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

 a { background-color: rgb(103,89,104); }

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

border-color css

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

 span { border-color: rgb(103,89,104); }

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