Html Css Color HEX #674C68 Fedora

📋 copy color: '#674C68'

red 103 ◦ green 76 ◦ blue 104

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

Shades of Fedora #674C68

Tints of Fedora #674C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 36.4%
G = 26.86%
B = 36.75%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#674C68 (or 0x674C68) is known color: Fedora. HEX triplet: 67, 4C and 68. RGB value is (103,76,104). Sum of RGB (Red+Green+Blue) = 103+76+104=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #674C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C68 is #98B397. Grayscale: #575757. Windows color (decimal): -10007448 or 6835303. OLE color: 6835303.

HSL color Cylindrical-coordinate representation of color #674C68: hue angle of 297.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674C68 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 76 104 -
CMYK 0.01 0.27 0 0.59
HSL 297.86º 0.16% 0.35% -
HSV(B) 297.86º 0.27% 0.41% -
XYZ 10.68 9.05 14.28 -
YUV 87.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 103 76 104 0.01 0.27 0 0.59 297.86 0.16 0.35
Hex 67 4C 68 1 1B 0 3B 12A 10 23
Octal 147 114 150 1 33 0 73 452 20 43
Binary 1100111 1001100 1101000 1 11011 0 111011 100101010 10000 100011

Color Harmonies of #674C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C68

Black with #674C68

Text Example


Text Example

White with #674C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,76,104); }

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

background-color css

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

 a { background-color: rgb(103,76,104); }

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

border-color css

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

 span { border-color: rgb(103,76,104); }

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