Html Css Color HEX #675268 Fedora

📋 copy color: '#675268'

red 103 ◦ green 82 ◦ blue 104

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

Shades of Fedora #675268

Tints of Fedora #675268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 35.64%
G = 28.37%
B = 35.99%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675268 (or 0x675268) is known color: Fedora. HEX triplet: 67, 52 and 68. RGB value is (103,82,104). Sum of RGB (Red+Green+Blue) = 103+82+104=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #675268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675268 is #98AD97. Grayscale: #5A5A5A. Windows color (decimal): -10005912 or 6836839. OLE color: 6836839.

HSL color Cylindrical-coordinate representation of color #675268: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675268 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 82 104 -
CMYK 0.01 0.21 0 0.59
HSL 297.27º 0.12% 0.36% -
HSV(B) 297.27º 0.21% 0.41% -
XYZ 11.11 9.92 14.43 -
YUV 90.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 103 82 104 0.01 0.21 0 0.59 297.27 0.12 0.36
Hex 67 52 68 1 15 0 3B 129 C 24
Octal 147 122 150 1 25 0 73 451 14 44
Binary 1100111 1010010 1101000 1 10101 0 111011 100101001 1100 100100

Color Harmonies of #675268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675268

Black with #675268

Text Example


Text Example

White with #675268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675268; }

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

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

background-color css

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

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

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

border-color css

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

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

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