Html Css Color HEX #675668 Fedora

📋 copy color: '#675668'

red 103 ◦ green 86 ◦ blue 104

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

Shades of Fedora #675668

Tints of Fedora #675668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

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

R = 35.15%
G = 29.35%
B = 35.49%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675668 (or 0x675668) is known color: Fedora. HEX triplet: 67, 56 and 68. RGB value is (103,86,104). Sum of RGB (Red+Green+Blue) = 103+86+104=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #675668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675668 is #98A997. Grayscale: #5D5D5D. Windows color (decimal): -10004888 or 6837863. OLE color: 6837863.

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

Color convert

RGB 103 86 104 -
CMYK 0.01 0.17 0 0.59
HSL 296.67º 0.09% 0.37% -
HSV(B) 296.67º 0.17% 0.41% -
XYZ 11.42 10.54 14.53 -
YUV 93.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 103 86 104 0.01 0.17 0 0.59 296.67 0.09 0.37
Hex 67 56 68 1 11 0 3B 129 9 25
Octal 147 126 150 1 21 0 73 451 11 45
Binary 1100111 1010110 1101000 1 10001 0 111011 100101001 1001 100101

Color Harmonies of #675668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675668

Black with #675668

Text Example


Text Example

White with #675668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675668; }

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

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

background-color css

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

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

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

border-color css

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

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

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