Html Css Color HEX #676199 Scampi

📋 copy color: '#676199'

red 103 ◦ green 97 ◦ blue 153

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

Shades of Scampi #676199

Tints of Scampi #676199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 29.18%
G = 27.48%
B = 43.34%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#676199 (or 0x676199) is known color: Scampi. HEX triplet: 67, 61 and 99. RGB value is (103,97,153). Sum of RGB (Red+Green+Blue) = 103+97+153=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #676199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676199 is #989E66. Grayscale: #686868. Windows color (decimal): -10002023 or 10051943. OLE color: 10051943.

HSL color Cylindrical-coordinate representation of color #676199: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #676199 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 97 153 -
CMYK 0.33 0.37 0 0.4
HSL 246.43º 0.22% 0.49% -
HSV(B) 246.43º 0.37% 0.6% -
XYZ 15.62 13.73 31.96 -
YUV 105.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 103 97 153 0.33 0.37 0 0.4 246.43 0.22 0.49
Hex 67 61 99 21 25 0 28 F6 16 31
Octal 147 141 231 41 45 0 50 366 26 61
Binary 1100111 1100001 10011001 100001 100101 0 101000 11110110 10110 110001

Color Harmonies of #676199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676199

Black with #676199

Text Example


Text Example

White with #676199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676199; }

 p { color: rgb(103,97,153); }

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

background-color css

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

 a { background-color: rgb(103,97,153); }

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

border-color css

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

 span { border-color: rgb(103,97,153); }

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