Html Css Color HEX #676996 Scampi

📋 copy color: '#676996'

red 103 ◦ green 105 ◦ blue 150

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

Shades of Scampi #676996

Tints of Scampi #676996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 28.77%
G = 29.33%
B = 41.9%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#676996 (or 0x676996) is known color: Scampi. HEX triplet: 67, 69 and 96. RGB value is (103,105,150). Sum of RGB (Red+Green+Blue) = 103+105+150=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #676996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676996 is #989669. Grayscale: #6D6D6D. Windows color (decimal): -9999978 or 9857383. OLE color: 9857383.

HSL color Cylindrical-coordinate representation of color #676996: hue angle of 237.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676996 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 105 150 -
CMYK 0.31 0.30 0 0.41
HSL 237.45º 0.19% 0.5% -
HSV(B) 237.45º 0.31% 0.59% -
XYZ 16.15 15.19 30.93 -
YUV 109.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 103 105 150 0.31 0.30 0 0.41 237.45 0.19 0.5
Hex 67 69 96 1F 1E 0 29 ED 13 32
Octal 147 151 226 37 36 0 51 355 23 62
Binary 1100111 1101001 10010110 11111 11110 0 101001 11101101 10011 110010

Color Harmonies of #676996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676996

Black with #676996

Text Example


Text Example

White with #676996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676996; }

 p { color: rgb(103,105,150); }

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

background-color css

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

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

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

border-color css

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

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

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