Html Css Color HEX #675270 Fedora

📋 copy color: '#675270'

red 103 ◦ green 82 ◦ blue 112

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

Shades of Fedora #675270

Tints of Fedora #675270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 34.68%
G = 27.61%
B = 37.71%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#675270 (or 0x675270) is known color: Fedora. HEX triplet: 67, 52 and 70. RGB value is (103,82,112). Sum of RGB (Red+Green+Blue) = 103+82+112=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #675270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675270 is #98AD8F. Grayscale: #5B5B5B. Windows color (decimal): -10005904 or 7361127. OLE color: 7361127.

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

Color convert

RGB 103 82 112 -
CMYK 0.08 0.27 0 0.56
HSL 282º 0.15% 0.38% -
HSV(B) 282º 0.27% 0.44% -
XYZ 11.54 10.09 16.67 -
YUV 91.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 103 82 112 0.08 0.27 0 0.56 282 0.15 0.38
Hex 67 52 70 8 1B 0 38 11A F 26
Octal 147 122 160 10 33 0 70 432 17 46
Binary 1100111 1010010 1110000 1000 11011 0 111000 100011010 1111 100110

Color Harmonies of #675270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675270

Black with #675270

Text Example


Text Example

White with #675270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675270; }

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

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

background-color css

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

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

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

border-color css

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

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

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