Html Css Color HEX #696396 Scampi

📋 copy color: '#696396'

red 105 ◦ green 99 ◦ blue 150

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

Shades of Scampi #696396

Tints of Scampi #696396

RGB

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

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

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

R = 29.66%
G = 27.97%
B = 42.37%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#696396 (or 0x696396) is known color: Scampi. HEX triplet: 69, 63 and 96. RGB value is (105,99,150). Sum of RGB (Red+Green+Blue) = 105+99+150=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #696396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696396 is #969C69. Grayscale: #6A6A6A. Windows color (decimal): -9870442 or 9855849. OLE color: 9855849.

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

Color convert

RGB 105 99 150 -
CMYK 0.30 0.34 0 0.41
HSL 247.06º 0.2% 0.49% -
HSV(B) 247.06º 0.34% 0.59% -
XYZ 15.79 14.13 30.75 -
YUV 106.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 105 99 150 0.30 0.34 0 0.41 247.06 0.2 0.49
Hex 69 63 96 1E 22 0 29 F7 14 31
Octal 151 143 226 36 42 0 51 367 24 61
Binary 1101001 1100011 10010110 11110 100010 0 101001 11110111 10100 110001

Color Harmonies of #696396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696396

Black with #696396

Text Example


Text Example

White with #696396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696396; }

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

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

background-color css

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

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

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

border-color css

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

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

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