Html Css Color HEX #674A6D Fedora

📋 copy color: '#674A6D'

red 103 ◦ green 74 ◦ blue 109

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

Shades of Fedora #674A6D

Tints of Fedora #674A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 36.01%
G = 25.87%
B = 38.11%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#674A6D (or 0x674A6D) is known color: Fedora. HEX triplet: 67, 4A and 6D. RGB value is (103,74,109). Sum of RGB (Red+Green+Blue) = 103+74+109=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #674A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674A6D is #98B592. Grayscale: #565656. Windows color (decimal): -10007955 or 7162471. OLE color: 7162471.

HSL color Cylindrical-coordinate representation of color #674A6D: hue angle of 289.71º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #674A6D is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 74 109 -
CMYK 0.06 0.32 0 0.57
HSL 289.71º 0.19% 0.36% -
HSV(B) 289.71º 0.32% 0.43% -
XYZ 10.8 8.89 15.61 -
YUV 86.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 103 74 109 0.06 0.32 0 0.57 289.71 0.19 0.36
Hex 67 4A 6D 6 20 0 39 122 13 24
Octal 147 112 155 6 40 0 71 442 23 44
Binary 1100111 1001010 1101101 110 100000 0 111001 100100010 10011 100100

Color Harmonies of #674A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A6D

Black with #674A6D

Text Example


Text Example

White with #674A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,74,109); }

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

background-color css

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

 a { background-color: rgb(103,74,109); }

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

border-color css

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

 span { border-color: rgb(103,74,109); }

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