Html Css Color HEX #696497 Scampi

📋 copy color: '#696497'

red 105 ◦ green 100 ◦ blue 151

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

Shades of Scampi #696497

Tints of Scampi #696497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 29.49%
G = 28.09%
B = 42.42%

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

#696497 (or 0x696497) is known color: Scampi. HEX triplet: 69, 64 and 97. RGB value is (105,100,151). Sum of RGB (Red+Green+Blue) = 105+100+151=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #696497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696497 is #969B68. Grayscale: #6B6B6B. Windows color (decimal): -9870185 or 9921641. OLE color: 9921641.

HSL color Cylindrical-coordinate representation of color #696497: hue angle of 245.88º 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 #696497 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 100 151 -
CMYK 0.30 0.34 0 0.41
HSL 245.88º 0.2% 0.49% -
HSV(B) 245.88º 0.34% 0.59% -
XYZ 15.97 14.35 31.21 -
YUV 107.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 105 100 151 0.30 0.34 0 0.41 245.88 0.2 0.49
Hex 69 64 97 1E 22 0 29 F6 14 31
Octal 151 144 227 36 42 0 51 366 24 61
Binary 1101001 1100100 10010111 11110 100010 0 101001 11110110 10100 110001

Color Harmonies of #696497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696497

Black with #696497

Text Example


Text Example

White with #696497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696497; }

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

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

background-color css

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

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

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

border-color css

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

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

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