Html Css Color HEX #674F6E Fedora

📋 copy color: '#674F6E'

red 103 ◦ green 79 ◦ blue 110

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

Shades of Fedora #674F6E

Tints of Fedora #674F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 35.27%
G = 27.05%
B = 37.67%

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

#674F6E (or 0x674F6E) is known color: Fedora. HEX triplet: 67, 4F and 6E. RGB value is (103,79,110). Sum of RGB (Red+Green+Blue) = 103+79+110=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #674F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F6E is #98B091. Grayscale: #595959. Windows color (decimal): -10006674 or 7229287. OLE color: 7229287.

HSL color Cylindrical-coordinate representation of color #674F6E: hue angle of 286.45º 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 #674F6E is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 79 110 -
CMYK 0.06 0.28 0 0.57
HSL 286.45º 0.16% 0.37% -
HSV(B) 286.45º 0.28% 0.43% -
XYZ 11.2 9.6 16.01 -
YUV 89.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 103 79 110 0.06 0.28 0 0.57 286.45 0.16 0.37
Hex 67 4F 6E 6 1C 0 39 11E 10 25
Octal 147 117 156 6 34 0 71 436 20 45
Binary 1100111 1001111 1101110 110 11100 0 111001 100011110 10000 100101

Color Harmonies of #674F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F6E

Black with #674F6E

Text Example


Text Example

White with #674F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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