Html Css Color HEX #676899 Scampi

📋 copy color: '#676899'

red 103 ◦ green 104 ◦ blue 153

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

Shades of Scampi #676899

Tints of Scampi #676899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 28.61%
G = 28.89%
B = 42.5%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#676899 (or 0x676899) is known color: Scampi. HEX triplet: 67, 68 and 99. RGB value is (103,104,153). Sum of RGB (Red+Green+Blue) = 103+104+153=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #676899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676899 is #989766. Grayscale: #6D6D6D. Windows color (decimal): -10000231 or 10053735. OLE color: 10053735.

HSL color Cylindrical-coordinate representation of color #676899: hue angle of 238.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #676899 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 104 153 -
CMYK 0.33 0.32 0 0.4
HSL 238.8º 0.2% 0.5% -
HSV(B) 238.8º 0.33% 0.6% -
XYZ 16.29 15.08 32.19 -
YUV 109.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 103 104 153 0.33 0.32 0 0.4 238.8 0.2 0.5
Hex 67 68 99 21 20 0 28 EF 14 32
Octal 147 150 231 41 40 0 50 357 24 62
Binary 1100111 1101000 10011001 100001 100000 0 101000 11101111 10100 110010

Color Harmonies of #676899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676899

Black with #676899

Text Example


Text Example

White with #676899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676899; }

 p { color: rgb(103,104,153); }

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

background-color css

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

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

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

border-color css

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

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

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