Html Css Color HEX #675070 Fedora

📋 copy color: '#675070'

red 103 ◦ green 80 ◦ blue 112

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

Shades of Fedora #675070

Tints of Fedora #675070

RGB

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

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

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

R = 34.92%
G = 27.12%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#675070 (or 0x675070) is known color: Fedora. HEX triplet: 67, 50 and 70. RGB value is (103,80,112). Sum of RGB (Red+Green+Blue) = 103+80+112=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #675070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675070 is #98AF8F. Grayscale: #5A5A5A. Windows color (decimal): -10006416 or 7360615. OLE color: 7360615.

HSL color Cylindrical-coordinate representation of color #675070: hue angle of 283.12º 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 #675070 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 80 112 -
CMYK 0.08 0.29 0 0.56
HSL 283.13º 0.17% 0.38% -
HSV(B) 283.13º 0.29% 0.44% -
XYZ 11.39 9.79 16.62 -
YUV 90.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 103 80 112 0.08 0.29 0 0.56 283.13 0.17 0.38
Hex 67 50 70 8 1D 0 38 11B 11 26
Octal 147 120 160 10 35 0 70 433 21 46
Binary 1100111 1010000 1110000 1000 11101 0 111000 100011011 10001 100110

Color Harmonies of #675070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675070

Black with #675070

Text Example


Text Example

White with #675070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675070; }

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

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

background-color css

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

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

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

border-color css

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

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

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