Html Css Color HEX #674966 Fedora

📋 copy color: '#674966'

red 103 ◦ green 73 ◦ blue 102

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

Shades of Fedora #674966

Tints of Fedora #674966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 37.05%
G = 26.26%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#674966 (or 0x674966) is known color: Fedora. HEX triplet: 67, 49 and 66. RGB value is (103,73,102). Sum of RGB (Red+Green+Blue) = 103+73+102=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #674966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674966 is #98B699. Grayscale: #555555. Windows color (decimal): -10008218 or 6703463. OLE color: 6703463.

HSL color Cylindrical-coordinate representation of color #674966: hue angle of 302º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #674966 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 73 102 -
CMYK 0 0.29 0.01 0.60
HSL 302º 0.17% 0.35% -
HSV(B) 302º 0.29% 0.4% -
XYZ 10.37 8.61 13.69 -
YUV 85.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 103 73 102 0 0.29 0.01 0.60 302 0.17 0.35
Hex 67 49 66 0 1D 1 3C 12E 11 23
Octal 147 111 146 0 35 1 74 456 21 43
Binary 1100111 1001001 1100110 0 11101 1 111100 100101110 10001 100011

Color Harmonies of #674966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674966

Black with #674966

Text Example


Text Example

White with #674966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674966; }

 p { color: rgb(103,73,102); }

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

background-color css

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

 a { background-color: rgb(103,73,102); }

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

border-color css

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

 span { border-color: rgb(103,73,102); }

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