Html Css Color HEX #696596 Scampi

📋 copy color: '#696596'

red 105 ◦ green 101 ◦ blue 150

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

Shades of Scampi #696596

Tints of Scampi #696596

RGB

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

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

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

R = 29.49%
G = 28.37%
B = 42.13%

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

#696596 (or 0x696596) is known color: Scampi. HEX triplet: 69, 65 and 96. RGB value is (105,101,150). Sum of RGB (Red+Green+Blue) = 105+101+150=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #696596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696596 is #969A69. Grayscale: #6B6B6B. Windows color (decimal): -9869930 or 9856361. OLE color: 9856361.

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

Color convert

RGB 105 101 150 -
CMYK 0.30 0.33 0 0.41
HSL 244.9º 0.2% 0.49% -
HSV(B) 244.9º 0.33% 0.59% -
XYZ 15.98 14.51 30.81 -
YUV 107.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 105 101 150 0.30 0.33 0 0.41 244.9 0.2 0.49
Hex 69 65 96 1E 21 0 29 F5 14 31
Octal 151 145 226 36 41 0 51 365 24 61
Binary 1101001 1100101 10010110 11110 100001 0 101001 11110101 10100 110001

Color Harmonies of #696596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696596

Black with #696596

Text Example


Text Example

White with #696596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696596; }

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

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

background-color css

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

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

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

border-color css

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

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

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