Html Css Color HEX #676194 Scampi

📋 copy color: '#676194'

red 103 ◦ green 97 ◦ blue 148

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

Shades of Scampi #676194

Tints of Scampi #676194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 29.6%
G = 27.87%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676194 (or 0x676194) is known color: Scampi. HEX triplet: 67, 61 and 94. RGB value is (103,97,148). Sum of RGB (Red+Green+Blue) = 103+97+148=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #676194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676194 is #989E6B. Grayscale: #686868. Windows color (decimal): -10002028 or 9724263. OLE color: 9724263.

HSL color Cylindrical-coordinate representation of color #676194: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #676194 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 97 148 -
CMYK 0.30 0.34 0 0.42
HSL 247.06º 0.21% 0.48% -
HSV(B) 247.06º 0.34% 0.58% -
XYZ 15.21 13.57 29.83 -
YUV 104.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 103 97 148 0.30 0.34 0 0.42 247.06 0.21 0.48
Hex 67 61 94 1E 22 0 2A F7 15 30
Octal 147 141 224 36 42 0 52 367 25 60
Binary 1100111 1100001 10010100 11110 100010 0 101010 11110111 10101 110000

Color Harmonies of #676194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676194

Black with #676194

Text Example


Text Example

White with #676194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676194; }

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

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

background-color css

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

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

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

border-color css

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

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

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