Html Css Color HEX #696699 Scampi

📋 copy color: '#696699'

red 105 ◦ green 102 ◦ blue 153

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

Shades of Scampi #696699

Tints of Scampi #696699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 29.17%
G = 28.33%
B = 42.5%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#696699 (or 0x696699) is known color: Scampi. HEX triplet: 69, 66 and 99. RGB value is (105,102,153). Sum of RGB (Red+Green+Blue) = 105+102+153=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #696699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696699 is #969966. Grayscale: #6C6C6C. Windows color (decimal): -9869671 or 10053225. OLE color: 10053225.

HSL color Cylindrical-coordinate representation of color #696699: hue angle of 243.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696699 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 102 153 -
CMYK 0.31 0.33 0 0.4
HSL 243.53º 0.2% 0.5% -
HSV(B) 243.53º 0.33% 0.6% -
XYZ 16.33 14.81 32.13 -
YUV 108.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 105 102 153 0.31 0.33 0 0.4 243.53 0.2 0.5
Hex 69 66 99 1F 21 0 28 F4 14 32
Octal 151 146 231 37 41 0 50 364 24 62
Binary 1101001 1100110 10011001 11111 100001 0 101000 11110100 10100 110010

Color Harmonies of #696699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696699

Black with #696699

Text Example


Text Example

White with #696699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696699; }

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

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

background-color css

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

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

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

border-color css

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

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

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