Html Css Color HEX #674F72 Fedora

📋 copy color: '#674F72'

red 103 ◦ green 79 ◦ blue 114

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

Shades of Fedora #674F72

Tints of Fedora #674F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.51%

R = 34.8%
G = 26.69%
B = 38.51%

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

#674F72 (or 0x674F72) is known color: Fedora. HEX triplet: 67, 4F and 72. RGB value is (103,79,114). Sum of RGB (Red+Green+Blue) = 103+79+114=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #674F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F72 is #98B08D. Grayscale: #5A5A5A. Windows color (decimal): -10006670 or 7491431. OLE color: 7491431.

HSL color Cylindrical-coordinate representation of color #674F72: hue angle of 281.14º degrees, saturation: 0.18, 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 #674F72 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 79 114 -
CMYK 0.10 0.31 0 0.55
HSL 281.14º 0.18% 0.38% -
HSV(B) 281.14º 0.31% 0.45% -
XYZ 11.43 9.69 17.19 -
YUV 90.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 103 79 114 0.10 0.31 0 0.55 281.14 0.18 0.38
Hex 67 4F 72 A 1F 0 37 119 12 26
Octal 147 117 162 12 37 0 67 431 22 46
Binary 1100111 1001111 1110010 1010 11111 0 110111 100011001 10010 100110

Color Harmonies of #674F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F72

Black with #674F72

Text Example


Text Example

White with #674F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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