Html Css Color HEX #676392 Scampi

📋 copy color: '#676392'

red 103 ◦ green 99 ◦ blue 146

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

Shades of Scampi #676392

Tints of Scampi #676392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 29.6%
G = 28.45%
B = 41.95%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#676392 (or 0x676392) is known color: Scampi. HEX triplet: 67, 63 and 92. RGB value is (103,99,146). Sum of RGB (Red+Green+Blue) = 103+99+146=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #676392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676392 is #989C6D. Grayscale: #696969. Windows color (decimal): -10001518 or 9593703. OLE color: 9593703.

HSL color Cylindrical-coordinate representation of color #676392: hue angle of 245.11º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676392 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 99 146 -
CMYK 0.29 0.32 0 0.43
HSL 245.11º 0.19% 0.48% -
HSV(B) 245.11º 0.32% 0.57% -
XYZ 15.24 13.88 29.07 -
YUV 105.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 103 99 146 0.29 0.32 0 0.43 245.11 0.19 0.48
Hex 67 63 92 1D 20 0 2B F5 13 30
Octal 147 143 222 35 40 0 53 365 23 60
Binary 1100111 1100011 10010010 11101 100000 0 101011 11110101 10011 110000

Color Harmonies of #676392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676392

Black with #676392

Text Example


Text Example

White with #676392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676392; }

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

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

background-color css

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

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

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

border-color css

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

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

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