Html Css Color HEX #696392 Scampi

📋 copy color: '#696392'

red 105 ◦ green 99 ◦ blue 146

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

Shades of Scampi #696392

Tints of Scampi #696392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 30%
G = 28.29%
B = 41.71%

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

#696392 (or 0x696392) is known color: Scampi. HEX triplet: 69, 63 and 92. RGB value is (105,99,146). Sum of RGB (Red+Green+Blue) = 105+99+146=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #696392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696392 is #969C6D. Grayscale: #696969. Windows color (decimal): -9870446 or 9593705. OLE color: 9593705.

HSL color Cylindrical-coordinate representation of color #696392: hue angle of 247.66º 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 #696392 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 99 146 -
CMYK 0.28 0.32 0 0.43
HSL 247.66º 0.19% 0.48% -
HSV(B) 247.66º 0.32% 0.57% -
XYZ 15.48 14 29.08 -
YUV 106.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 105 99 146 0.28 0.32 0 0.43 247.66 0.19 0.48
Hex 69 63 92 1C 20 0 2B F8 13 30
Octal 151 143 222 34 40 0 53 370 23 60
Binary 1101001 1100011 10010010 11100 100000 0 101011 11111000 10011 110000

Color Harmonies of #696392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696392

Black with #696392

Text Example


Text Example

White with #696392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696392; }

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

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

background-color css

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

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

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

border-color css

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

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

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