Html Css Color HEX #676094 Scampi

📋 copy color: '#676094'

red 103 ◦ green 96 ◦ blue 148

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

Shades of Scampi #676094

Tints of Scampi #676094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 29.68%
G = 27.67%
B = 42.65%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#676094 (or 0x676094) is known color: Scampi. HEX triplet: 67, 60 and 94. RGB value is (103,96,148). Sum of RGB (Red+Green+Blue) = 103+96+148=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #676094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676094 is #989F6B. Grayscale: #676767. Windows color (decimal): -10002284 or 9724007. OLE color: 9724007.

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

Color convert

RGB 103 96 148 -
CMYK 0.30 0.35 0 0.42
HSL 248.08º 0.21% 0.48% -
HSV(B) 248.08º 0.35% 0.58% -
XYZ 15.12 13.39 29.8 -
YUV 104.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 103 96 148 0.30 0.35 0 0.42 248.08 0.21 0.48
Hex 67 60 94 1E 23 0 2A F8 15 30
Octal 147 140 224 36 43 0 52 370 25 60
Binary 1100111 1100000 10010100 11110 100011 0 101010 11111000 10101 110000

Color Harmonies of #676094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676094

Black with #676094

Text Example


Text Example

White with #676094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676094; }

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

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

background-color css

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

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

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

border-color css

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

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

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