Html Css Color HEX #696391 Scampi

📋 copy color: '#696391'

red 105 ◦ green 99 ◦ blue 145

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

Shades of Scampi #696391

Tints of Scampi #696391

RGB

 RED value IS 105 (41.41% from 255) = 30.09%

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 30.09%
G = 28.37%
B = 41.55%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696391 (or 0x696391) is known color: Scampi. HEX triplet: 69, 63 and 91. RGB value is (105,99,145). Sum of RGB (Red+Green+Blue) = 105+99+145=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #696391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696391 is #969C6E. Grayscale: #696969. Windows color (decimal): -9870447 or 9528169. OLE color: 9528169.

HSL color Cylindrical-coordinate representation of color #696391: hue angle of 247.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696391 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 99 145 -
CMYK 0.28 0.32 0 0.43
HSL 247.83º 0.19% 0.48% -
HSV(B) 247.83º 0.32% 0.57% -
XYZ 15.4 13.97 28.67 -
YUV 106.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 105 99 145 0.28 0.32 0 0.43 247.83 0.19 0.48
Hex 69 63 91 1C 20 0 2B F8 13 30
Octal 151 143 221 34 40 0 53 370 23 60
Binary 1101001 1100011 10010001 11100 100000 0 101011 11111000 10011 110000

Color Harmonies of #696391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696391

Black with #696391

Text Example


Text Example

White with #696391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696391; }

 p { color: rgb(105,99,145); }

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

background-color css

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

 a { background-color: rgb(105,99,145); }

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

border-color css

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

 span { border-color: rgb(105,99,145); }

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