Html Css Color HEX #675168 Fedora

📋 copy color: '#675168'

red 103 ◦ green 81 ◦ blue 104

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

Shades of Fedora #675168

Tints of Fedora #675168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 35.76%
G = 28.13%
B = 36.11%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675168 (or 0x675168) is known color: Fedora. HEX triplet: 67, 51 and 68. RGB value is (103,81,104). Sum of RGB (Red+Green+Blue) = 103+81+104=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #675168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675168 is #98AE97. Grayscale: #5A5A5A. Windows color (decimal): -10006168 or 6836583. OLE color: 6836583.

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

Color convert

RGB 103 81 104 -
CMYK 0.01 0.22 0 0.59
HSL 297.39º 0.12% 0.36% -
HSV(B) 297.39º 0.22% 0.41% -
XYZ 11.03 9.77 14.4 -
YUV 90.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 103 81 104 0.01 0.22 0 0.59 297.39 0.12 0.36
Hex 67 51 68 1 16 0 3B 129 C 24
Octal 147 121 150 1 26 0 73 451 14 44
Binary 1100111 1010001 1101000 1 10110 0 111011 100101001 1100 100100

Color Harmonies of #675168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675168

Black with #675168

Text Example


Text Example

White with #675168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675168; }

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

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

background-color css

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

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

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

border-color css

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

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

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