Html Css Color HEX #676790 Scampi

📋 copy color: '#676790'

red 103 ◦ green 103 ◦ blue 144

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

Shades of Scampi #676790

Tints of Scampi #676790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 29.43%
G = 29.43%
B = 41.14%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#676790 (or 0x676790) is known color: Scampi. HEX triplet: 67, 67 and 90. RGB value is (103,103,144). Sum of RGB (Red+Green+Blue) = 103+103+144=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #676790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676790 is #98986F. Grayscale: #6B6B6B. Windows color (decimal): -10000496 or 9463655. OLE color: 9463655.

HSL color Cylindrical-coordinate representation of color #676790: hue angle of 240º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676790 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 103 144 -
CMYK 0.28 0.28 0 0.44
HSL 240º 0.17% 0.48% -
HSV(B) 240º 0.28% 0.56% -
XYZ 15.48 14.6 28.39 -
YUV 107.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 103 103 144 0.28 0.28 0 0.44 240 0.17 0.48
Hex 67 67 90 1C 1C 0 2C F0 11 30
Octal 147 147 220 34 34 0 54 360 21 60
Binary 1100111 1100111 10010000 11100 11100 0 101100 11110000 10001 110000

Color Harmonies of #676790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676790

Black with #676790

Text Example


Text Example

White with #676790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676790; }

 p { color: rgb(103,103,144); }

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

background-color css

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

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

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

border-color css

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

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

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