Html Css Color HEX #696697 Scampi

📋 copy color: '#696697'

red 105 ◦ green 102 ◦ blue 151

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

Shades of Scampi #696697

Tints of Scampi #696697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 29.33%
G = 28.49%
B = 42.18%

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

#696697 (or 0x696697) is known color: Scampi. HEX triplet: 69, 66 and 97. RGB value is (105,102,151). Sum of RGB (Red+Green+Blue) = 105+102+151=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #696697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696697 is #969968. Grayscale: #6C6C6C. Windows color (decimal): -9869673 or 9922153. OLE color: 9922153.

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

Color convert

RGB 105 102 151 -
CMYK 0.30 0.32 0 0.41
HSL 243.67º 0.19% 0.5% -
HSV(B) 243.67º 0.32% 0.59% -
XYZ 16.16 14.74 31.27 -
YUV 108.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 105 102 151 0.30 0.32 0 0.41 243.67 0.19 0.5
Hex 69 66 97 1E 20 0 29 F4 13 32
Octal 151 146 227 36 40 0 51 364 23 62
Binary 1101001 1100110 10010111 11110 100000 0 101001 11110100 10011 110010

Color Harmonies of #696697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696697

Black with #696697

Text Example


Text Example

White with #696697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696697; }

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

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

background-color css

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

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

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

border-color css

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

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

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