Html Css Color HEX #674F6F Fedora

📋 copy color: '#674F6F'

red 103 ◦ green 79 ◦ blue 111

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

Shades of Fedora #674F6F

Tints of Fedora #674F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 35.15%
G = 26.96%
B = 37.88%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#674F6F (or 0x674F6F) is known color: Fedora. HEX triplet: 67, 4F and 6F. RGB value is (103,79,111). Sum of RGB (Red+Green+Blue) = 103+79+111=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #674F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F6F is #98B090. Grayscale: #595959. Windows color (decimal): -10006673 or 7294823. OLE color: 7294823.

HSL color Cylindrical-coordinate representation of color #674F6F: hue angle of 285º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674F6F is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 79 111 -
CMYK 0.07 0.29 0 0.56
HSL 285º 0.17% 0.37% -
HSV(B) 285º 0.29% 0.44% -
XYZ 11.26 9.62 16.3 -
YUV 89.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 103 79 111 0.07 0.29 0 0.56 285 0.17 0.37
Hex 67 4F 6F 7 1D 0 38 11D 11 25
Octal 147 117 157 7 35 0 70 435 21 45
Binary 1100111 1001111 1101111 111 11101 0 111000 100011101 10001 100101

Color Harmonies of #674F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F6F

Black with #674F6F

Text Example


Text Example

White with #674F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674F6F; }

 p { color: rgb(103,79,111); }

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

background-color css

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

 a { background-color: rgb(103,79,111); }

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

border-color css

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

 span { border-color: rgb(103,79,111); }

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