Html Css Color HEX #675071 Fedora

📋 copy color: '#675071'

red 103 ◦ green 80 ◦ blue 113

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

Shades of Fedora #675071

Tints of Fedora #675071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 34.8%
G = 27.03%
B = 38.18%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#675071 (or 0x675071) is known color: Fedora. HEX triplet: 67, 50 and 71. RGB value is (103,80,113). Sum of RGB (Red+Green+Blue) = 103+80+113=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #675071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675071 is #98AF8E. Grayscale: #5A5A5A. Windows color (decimal): -10006415 or 7426151. OLE color: 7426151.

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

Color convert

RGB 103 80 113 -
CMYK 0.09 0.29 0 0.56
HSL 281.82º 0.17% 0.38% -
HSV(B) 281.82º 0.29% 0.44% -
XYZ 11.44 9.81 16.91 -
YUV 90.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 103 80 113 0.09 0.29 0 0.56 281.82 0.17 0.38
Hex 67 50 71 9 1D 0 38 11A 11 26
Octal 147 120 161 11 35 0 70 432 21 46
Binary 1100111 1010000 1110001 1001 11101 0 111000 100011010 10001 100110

Color Harmonies of #675071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675071

Black with #675071

Text Example


Text Example

White with #675071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675071; }

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

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

background-color css

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

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

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

border-color css

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

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

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