Html Css Color HEX #675470 Fedora

📋 copy color: '#675470'

red 103 ◦ green 84 ◦ blue 112

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

Shades of Fedora #675470

Tints of Fedora #675470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 34.45%
G = 28.09%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#675470 (or 0x675470) is known color: Fedora. HEX triplet: 67, 54 and 70. RGB value is (103,84,112). Sum of RGB (Red+Green+Blue) = 103+84+112=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #675470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675470 is #98AB8F. Grayscale: #5C5C5C. Windows color (decimal): -10005392 or 7361639. OLE color: 7361639.

HSL color Cylindrical-coordinate representation of color #675470: hue angle of 280.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #675470 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 84 112 -
CMYK 0.08 0.25 0 0.56
HSL 280.71º 0.14% 0.38% -
HSV(B) 280.71º 0.25% 0.44% -
XYZ 11.69 10.39 16.72 -
YUV 92.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 103 84 112 0.08 0.25 0 0.56 280.71 0.14 0.38
Hex 67 54 70 8 19 0 38 119 E 26
Octal 147 124 160 10 31 0 70 431 16 46
Binary 1100111 1010100 1110000 1000 11001 0 111000 100011001 1110 100110

Color Harmonies of #675470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675470

Black with #675470

Text Example


Text Example

White with #675470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675470; }

 p { color: rgb(103,84,112); }

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

background-color css

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

 a { background-color: rgb(103,84,112); }

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

border-color css

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

 span { border-color: rgb(103,84,112); }

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