Html Css Color HEX #676396 Scampi

📋 copy color: '#676396'

red 103 ◦ green 99 ◦ blue 150

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

Shades of Scampi #676396

Tints of Scampi #676396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 29.26%
G = 28.13%
B = 42.61%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#676396 (or 0x676396) is known color: Scampi. HEX triplet: 67, 63 and 96. RGB value is (103,99,150). Sum of RGB (Red+Green+Blue) = 103+99+150=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #676396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676396 is #989C69. Grayscale: #696969. Windows color (decimal): -10001514 or 9855847. OLE color: 9855847.

HSL color Cylindrical-coordinate representation of color #676396: hue angle of 244.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676396 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 99 150 -
CMYK 0.31 0.34 0 0.41
HSL 244.71º 0.2% 0.49% -
HSV(B) 244.71º 0.34% 0.59% -
XYZ 15.56 14.01 30.74 -
YUV 106.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 103 99 150 0.31 0.34 0 0.41 244.71 0.2 0.49
Hex 67 63 96 1F 22 0 29 F5 14 31
Octal 147 143 226 37 42 0 51 365 24 61
Binary 1100111 1100011 10010110 11111 100010 0 101001 11110101 10100 110001

Color Harmonies of #676396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676396

Black with #676396

Text Example


Text Example

White with #676396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676396; }

 p { color: rgb(103,99,150); }

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

background-color css

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

 a { background-color: rgb(103,99,150); }

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

border-color css

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

 span { border-color: rgb(103,99,150); }

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