Html Css Color HEX #696997 Scampi

📋 copy color: '#696997'

red 105 ◦ green 105 ◦ blue 151

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

Shades of Scampi #696997

Tints of Scampi #696997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

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

R = 29.09%
G = 29.09%
B = 41.83%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#696997 (or 0x696997) is known color: Scampi. HEX triplet: 69, 69 and 97. RGB value is (105,105,151). Sum of RGB (Red+Green+Blue) = 105+105+151=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #696997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696997 is #969668. Grayscale: #6E6E6E. Windows color (decimal): -9868905 or 9922921. OLE color: 9922921.

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

Color convert

RGB 105 105 151 -
CMYK 0.30 0.30 0 0.41
HSL 240º 0.18% 0.5% -
HSV(B) 240º 0.3% 0.59% -
XYZ 16.46 15.34 31.37 -
YUV 110.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 105 105 151 0.30 0.30 0 0.41 240 0.18 0.5
Hex 69 69 97 1E 1E 0 29 F0 12 32
Octal 151 151 227 36 36 0 51 360 22 62
Binary 1101001 1101001 10010111 11110 11110 0 101001 11110000 10010 110010

Color Harmonies of #696997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696997

Black with #696997

Text Example


Text Example

White with #696997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696997; }

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

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

background-color css

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

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

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

border-color css

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

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

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