Html Css Color HEX #676192 Scampi

📋 copy color: '#676192'

red 103 ◦ green 97 ◦ blue 146

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

Shades of Scampi #676192

Tints of Scampi #676192

RGB

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

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

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

R = 29.77%
G = 28.03%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#676192 (or 0x676192) is known color: Scampi. HEX triplet: 67, 61 and 92. RGB value is (103,97,146). Sum of RGB (Red+Green+Blue) = 103+97+146=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #676192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676192 is #989E6D. Grayscale: #686868. Windows color (decimal): -10002030 or 9593191. OLE color: 9593191.

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

Color convert

RGB 103 97 146 -
CMYK 0.29 0.34 0 0.43
HSL 247.35º 0.2% 0.48% -
HSV(B) 247.35º 0.34% 0.57% -
XYZ 15.06 13.51 29.01 -
YUV 104.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 103 97 146 0.29 0.34 0 0.43 247.35 0.2 0.48
Hex 67 61 92 1D 22 0 2B F7 14 30
Octal 147 141 222 35 42 0 53 367 24 60
Binary 1100111 1100001 10010010 11101 100010 0 101011 11110111 10100 110000

Color Harmonies of #676192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676192

Black with #676192

Text Example


Text Example

White with #676192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676192; }

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

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

background-color css

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

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

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

border-color css

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

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

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