Html Css Color HEX #674F73 Fedora

📋 copy color: '#674F73'

red 103 ◦ green 79 ◦ blue 115

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

Shades of Fedora #674F73

Tints of Fedora #674F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 34.68%
G = 26.6%
B = 38.72%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674F73 (or 0x674F73) is known color: Fedora. HEX triplet: 67, 4F and 73. RGB value is (103,79,115). Sum of RGB (Red+Green+Blue) = 103+79+115=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #674F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F73 is #98B08C. Grayscale: #5A5A5A. Windows color (decimal): -10006669 or 7556967. OLE color: 7556967.

HSL color Cylindrical-coordinate representation of color #674F73: hue angle of 280º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #674F73 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 79 115 -
CMYK 0.10 0.31 0 0.55
HSL 280º 0.19% 0.38% -
HSV(B) 280º 0.31% 0.45% -
XYZ 11.48 9.71 17.49 -
YUV 90.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 103 79 115 0.10 0.31 0 0.55 280 0.19 0.38
Hex 67 4F 73 A 1F 0 37 118 13 26
Octal 147 117 163 12 37 0 67 430 23 46
Binary 1100111 1001111 1110011 1010 11111 0 110111 100011000 10011 100110

Color Harmonies of #674F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F73

Black with #674F73

Text Example


Text Example

White with #674F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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