Html Css Color HEX #674F71 Fedora

📋 copy color: '#674F71'

red 103 ◦ green 79 ◦ blue 113

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

Shades of Fedora #674F71

Tints of Fedora #674F71

RGB

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

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

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

R = 34.92%
G = 26.78%
B = 38.31%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#674F71 (or 0x674F71) is known color: Fedora. HEX triplet: 67, 4F and 71. RGB value is (103,79,113). Sum of RGB (Red+Green+Blue) = 103+79+113=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #674F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F71 is #98B08E. Grayscale: #595959. Windows color (decimal): -10006671 or 7425895. OLE color: 7425895.

HSL color Cylindrical-coordinate representation of color #674F71: hue angle of 282.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674F71 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 79 113 -
CMYK 0.09 0.30 0 0.56
HSL 282.35º 0.18% 0.38% -
HSV(B) 282.35º 0.3% 0.44% -
XYZ 11.37 9.67 16.89 -
YUV 90.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 103 79 113 0.09 0.30 0 0.56 282.35 0.18 0.38
Hex 67 4F 71 9 1E 0 38 11A 12 26
Octal 147 117 161 11 36 0 70 432 22 46
Binary 1100111 1001111 1110001 1001 11110 0 111000 100011010 10010 100110

Color Harmonies of #674F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F71

Black with #674F71

Text Example


Text Example

White with #674F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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