Html Css Color HEX #674F6D Fedora

📋 copy color: '#674F6D'

red 103 ◦ green 79 ◦ blue 109

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

Shades of Fedora #674F6D

Tints of Fedora #674F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 35.4%
G = 27.15%
B = 37.46%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#674F6D (or 0x674F6D) is known color: Fedora. HEX triplet: 67, 4F and 6D. RGB value is (103,79,109). Sum of RGB (Red+Green+Blue) = 103+79+109=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #674F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F6D is #98B092. Grayscale: #595959. Windows color (decimal): -10006675 or 7163751. OLE color: 7163751.

HSL color Cylindrical-coordinate representation of color #674F6D: hue angle of 288º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674F6D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 79 109 -
CMYK 0.06 0.28 0 0.57
HSL 288º 0.16% 0.37% -
HSV(B) 288º 0.28% 0.43% -
XYZ 11.15 9.58 15.73 -
YUV 89.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 103 79 109 0.06 0.28 0 0.57 288 0.16 0.37
Hex 67 4F 6D 6 1C 0 39 120 10 25
Octal 147 117 155 6 34 0 71 440 20 45
Binary 1100111 1001111 1101101 110 11100 0 111001 100100000 10000 100101

Color Harmonies of #674F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F6D

Black with #674F6D

Text Example


Text Example

White with #674F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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