Html Css Color HEX #696999 Scampi

📋 copy color: '#696999'

red 105 ◦ green 105 ◦ blue 153

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

Shades of Scampi #696999

Tints of Scampi #696999

RGB

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

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

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

R = 28.93%
G = 28.93%
B = 42.15%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#696999 (or 0x696999) is known color: Scampi. HEX triplet: 69, 69 and 99. RGB value is (105,105,153). Sum of RGB (Red+Green+Blue) = 105+105+153=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #696999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696999 is #969666. Grayscale: #6E6E6E. Windows color (decimal): -9868903 or 10053993. OLE color: 10053993.

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

Color convert

RGB 105 105 153 -
CMYK 0.31 0.31 0 0.4
HSL 240º 0.19% 0.51% -
HSV(B) 240º 0.31% 0.6% -
XYZ 16.63 15.41 32.23 -
YUV 110.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 105 105 153 0.31 0.31 0 0.4 240 0.19 0.51
Hex 69 69 99 1F 1F 0 28 F0 13 33
Octal 151 151 231 37 37 0 50 360 23 63
Binary 1101001 1101001 10011001 11111 11111 0 101000 11110000 10011 110011

Color Harmonies of #696999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696999

Black with #696999

Text Example


Text Example

White with #696999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696999; }

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

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

background-color css

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

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

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

border-color css

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

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

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