Html Css Color HEX #696597 Scampi

📋 copy color: '#696597'

red 105 ◦ green 101 ◦ blue 151

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

Shades of Scampi #696597

Tints of Scampi #696597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 29.41%
G = 28.29%
B = 42.3%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#696597 (or 0x696597) is known color: Scampi. HEX triplet: 69, 65 and 97. RGB value is (105,101,151). Sum of RGB (Red+Green+Blue) = 105+101+151=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #696597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696597 is #969A68. Grayscale: #6B6B6B. Windows color (decimal): -9869929 or 9921897. OLE color: 9921897.

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

Color convert

RGB 105 101 151 -
CMYK 0.30 0.33 0 0.41
HSL 244.8º 0.2% 0.49% -
HSV(B) 244.8º 0.33% 0.59% -
XYZ 16.07 14.54 31.24 -
YUV 107.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 105 101 151 0.30 0.33 0 0.41 244.8 0.2 0.49
Hex 69 65 97 1E 21 0 29 F5 14 31
Octal 151 145 227 36 41 0 51 365 24 61
Binary 1101001 1100101 10010111 11110 100001 0 101001 11110101 10100 110001

Color Harmonies of #696597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696597

Black with #696597

Text Example


Text Example

White with #696597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696597; }

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

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

background-color css

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

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

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

border-color css

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

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

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