Html Css Color HEX #674971 Fedora

📋 copy color: '#674971'

red 103 ◦ green 73 ◦ blue 113

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

Shades of Fedora #674971

Tints of Fedora #674971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 35.64%
G = 25.26%
B = 39.1%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#674971 (or 0x674971) is known color: Fedora. HEX triplet: 67, 49 and 71. RGB value is (103,73,113). Sum of RGB (Red+Green+Blue) = 103+73+113=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #674971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674971 is #98B68E. Grayscale: #565656. Windows color (decimal): -10008207 or 7424359. OLE color: 7424359.

HSL color Cylindrical-coordinate representation of color #674971: hue angle of 285º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674971 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 73 113 -
CMYK 0.09 0.35 0 0.56
HSL 285º 0.22% 0.36% -
HSV(B) 285º 0.35% 0.44% -
XYZ 10.96 8.84 16.75 -
YUV 86.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 103 73 113 0.09 0.35 0 0.56 285 0.22 0.36
Hex 67 49 71 9 23 0 38 11D 16 24
Octal 147 111 161 11 43 0 70 435 26 44
Binary 1100111 1001001 1110001 1001 100011 0 111000 100011101 10110 100100

Color Harmonies of #674971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674971

Black with #674971

Text Example


Text Example

White with #674971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674971; }

 p { color: rgb(103,73,113); }

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

background-color css

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

 a { background-color: rgb(103,73,113); }

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

border-color css

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

 span { border-color: rgb(103,73,113); }

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