Html Css Color HEX #674F74 Fedora

📋 copy color: '#674F74'

red 103 ◦ green 79 ◦ blue 116

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

Shades of Fedora #674F74

Tints of Fedora #674F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.93%

R = 34.56%
G = 26.51%
B = 38.93%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674F74 (or 0x674F74) is known color: Fedora. HEX triplet: 67, 4F and 74. RGB value is (103,79,116). Sum of RGB (Red+Green+Blue) = 103+79+116=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #674F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F74 is #98B08B. Grayscale: #5A5A5A. Windows color (decimal): -10006668 or 7622503. OLE color: 7622503.

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

Color convert

RGB 103 79 116 -
CMYK 0.11 0.32 0 0.55
HSL 278.92º 0.19% 0.38% -
HSV(B) 278.92º 0.32% 0.45% -
XYZ 11.54 9.74 17.79 -
YUV 90.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 103 79 116 0.11 0.32 0 0.55 278.92 0.19 0.38
Hex 67 4F 74 B 20 0 37 117 13 26
Octal 147 117 164 13 40 0 67 427 23 46
Binary 1100111 1001111 1110100 1011 100000 0 110111 100010111 10011 100110

Color Harmonies of #674F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F74

Black with #674F74

Text Example


Text Example

White with #674F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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