Html Css Color HEX #696696 Scampi

📋 copy color: '#696696'

red 105 ◦ green 102 ◦ blue 150

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

Shades of Scampi #696696

Tints of Scampi #696696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

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

R = 29.41%
G = 28.57%
B = 42.02%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#696696 (or 0x696696) is known color: Scampi. HEX triplet: 69, 66 and 96. RGB value is (105,102,150). Sum of RGB (Red+Green+Blue) = 105+102+150=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #696696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696696 is #969969. Grayscale: #6C6C6C. Windows color (decimal): -9869674 or 9856617. OLE color: 9856617.

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

Color convert

RGB 105 102 150 -
CMYK 0.30 0.32 0 0.41
HSL 243.75º 0.19% 0.49% -
HSV(B) 243.75º 0.32% 0.59% -
XYZ 16.08 14.71 30.85 -
YUV 108.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 105 102 150 0.30 0.32 0 0.41 243.75 0.19 0.49
Hex 69 66 96 1E 20 0 29 F4 13 31
Octal 151 146 226 36 40 0 51 364 23 61
Binary 1101001 1100110 10010110 11110 100000 0 101001 11110100 10011 110001

Color Harmonies of #696696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696696

Black with #696696

Text Example


Text Example

White with #696696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696696; }

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

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

background-color css

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

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

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

border-color css

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

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

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