Html Css Color HEX #674D6C Fedora

📋 copy color: '#674D6C'

red 103 ◦ green 77 ◦ blue 108

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

Shades of Fedora #674D6C

Tints of Fedora #674D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 35.76%
G = 26.74%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#674D6C (or 0x674D6C) is known color: Fedora. HEX triplet: 67, 4D and 6C. RGB value is (103,77,108). Sum of RGB (Red+Green+Blue) = 103+77+108=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #674D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674D6C is #98B293. Grayscale: #585858. Windows color (decimal): -10007188 or 7097703. OLE color: 7097703.

HSL color Cylindrical-coordinate representation of color #674D6C: hue angle of 290.32º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674D6C is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 77 108 -
CMYK 0.05 0.29 0 0.58
HSL 290.32º 0.17% 0.36% -
HSV(B) 290.32º 0.29% 0.42% -
XYZ 10.95 9.27 15.4 -
YUV 88.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 103 77 108 0.05 0.29 0 0.58 290.32 0.17 0.36
Hex 67 4D 6C 5 1D 0 3A 122 11 24
Octal 147 115 154 5 35 0 72 442 21 44
Binary 1100111 1001101 1101100 101 11101 0 111010 100100010 10001 100100

Color Harmonies of #674D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D6C

Black with #674D6C

Text Example


Text Example

White with #674D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,77,108); }

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

background-color css

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

 a { background-color: rgb(103,77,108); }

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

border-color css

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

 span { border-color: rgb(103,77,108); }

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