Html Css Color HEX #676590 Scampi

📋 copy color: '#676590'

red 103 ◦ green 101 ◦ blue 144

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

Shades of Scampi #676590

Tints of Scampi #676590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 29.6%
G = 29.02%
B = 41.38%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#676590 (or 0x676590) is known color: Scampi. HEX triplet: 67, 65 and 90. RGB value is (103,101,144). Sum of RGB (Red+Green+Blue) = 103+101+144=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #676590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676590 is #989A6F. Grayscale: #6A6A6A. Windows color (decimal): -10001008 or 9463143. OLE color: 9463143.

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

Color convert

RGB 103 101 144 -
CMYK 0.28 0.30 0 0.44
HSL 242.79º 0.18% 0.48% -
HSV(B) 242.79º 0.3% 0.56% -
XYZ 15.28 14.2 28.32 -
YUV 106.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 103 101 144 0.28 0.30 0 0.44 242.79 0.18 0.48
Hex 67 65 90 1C 1E 0 2C F3 12 30
Octal 147 145 220 34 36 0 54 363 22 60
Binary 1100111 1100101 10010000 11100 11110 0 101100 11110011 10010 110000

Color Harmonies of #676590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676590

Black with #676590

Text Example


Text Example

White with #676590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676590; }

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

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

background-color css

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

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

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

border-color css

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

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

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