Html Css Color HEX #674E71 Fedora

📋 copy color: '#674E71'

red 103 ◦ green 78 ◦ blue 113

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

Shades of Fedora #674E71

Tints of Fedora #674E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.53%

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

R = 35.03%
G = 26.53%
B = 38.44%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#674E71 (or 0x674E71) is known color: Fedora. HEX triplet: 67, 4E and 71. RGB value is (103,78,113). Sum of RGB (Red+Green+Blue) = 103+78+113=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #674E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E71 is #98B18E. Grayscale: #595959. Windows color (decimal): -10006927 or 7425639. OLE color: 7425639.

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

Color convert

RGB 103 78 113 -
CMYK 0.09 0.31 0 0.56
HSL 282.86º 0.18% 0.37% -
HSV(B) 282.86º 0.31% 0.44% -
XYZ 11.3 9.52 16.87 -
YUV 89.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 103 78 113 0.09 0.31 0 0.56 282.86 0.18 0.37
Hex 67 4E 71 9 1F 0 38 11B 12 25
Octal 147 116 161 11 37 0 70 433 22 45
Binary 1100111 1001110 1110001 1001 11111 0 111000 100011011 10010 100101

Color Harmonies of #674E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E71

Black with #674E71

Text Example


Text Example

White with #674E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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