Html Css Color HEX #675371 Fedora

📋 copy color: '#675371'

red 103 ◦ green 83 ◦ blue 113

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

Shades of Fedora #675371

Tints of Fedora #675371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 34.45%
G = 27.76%
B = 37.79%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#675371 (or 0x675371) is known color: Fedora. HEX triplet: 67, 53 and 71. RGB value is (103,83,113). Sum of RGB (Red+Green+Blue) = 103+83+113=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #675371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675371 is #98AC8E. Grayscale: #5C5C5C. Windows color (decimal): -10005647 or 7426919. OLE color: 7426919.

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

Color convert

RGB 103 83 113 -
CMYK 0.09 0.27 0 0.56
HSL 280º 0.15% 0.38% -
HSV(B) 280º 0.27% 0.44% -
XYZ 11.67 10.26 16.99 -
YUV 92.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 103 83 113 0.09 0.27 0 0.56 280 0.15 0.38
Hex 67 53 71 9 1B 0 38 118 F 26
Octal 147 123 161 11 33 0 70 430 17 46
Binary 1100111 1010011 1110001 1001 11011 0 111000 100011000 1111 100110

Color Harmonies of #675371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675371

Black with #675371

Text Example


Text Example

White with #675371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675371; }

 p { color: rgb(103,83,113); }

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

background-color css

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

 a { background-color: rgb(103,83,113); }

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

border-color css

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

 span { border-color: rgb(103,83,113); }

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