Html Css Color HEX #674F69 Fedora

📋 copy color: '#674F69'

red 103 ◦ green 79 ◦ blue 105

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

Shades of Fedora #674F69

Tints of Fedora #674F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 35.89%
G = 27.53%
B = 36.59%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#674F69 (or 0x674F69) is known color: Fedora. HEX triplet: 67, 4F and 69. RGB value is (103,79,105). Sum of RGB (Red+Green+Blue) = 103+79+105=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #674F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F69 is #98B096. Grayscale: #595959. Windows color (decimal): -10006679 or 6901607. OLE color: 6901607.

HSL color Cylindrical-coordinate representation of color #674F69: hue angle of 295.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #674F69 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 79 105 -
CMYK 0.02 0.25 0 0.59
HSL 295.38º 0.14% 0.36% -
HSV(B) 295.38º 0.25% 0.41% -
XYZ 10.94 9.5 14.62 -
YUV 89.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 103 79 105 0.02 0.25 0 0.59 295.38 0.14 0.36
Hex 67 4F 69 2 19 0 3B 127 E 24
Octal 147 117 151 2 31 0 73 447 16 44
Binary 1100111 1001111 1101001 10 11001 0 111011 100100111 1110 100100

Color Harmonies of #674F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F69

Black with #674F69

Text Example


Text Example

White with #674F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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