Html Css Color HEX #696992 Scampi

📋 copy color: '#696992'

red 105 ◦ green 105 ◦ blue 146

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

Shades of Scampi #696992

Tints of Scampi #696992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 29.49%
G = 29.49%
B = 41.01%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696992 (or 0x696992) is known color: Scampi. HEX triplet: 69, 69 and 92. RGB value is (105,105,146). Sum of RGB (Red+Green+Blue) = 105+105+146=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #696992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696992 is #96966D. Grayscale: #6D6D6D. Windows color (decimal): -9868910 or 9595241. OLE color: 9595241.

HSL color Cylindrical-coordinate representation of color #696992: hue angle of 240º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696992 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 105 146 -
CMYK 0.28 0.28 0 0.43
HSL 240º 0.16% 0.49% -
HSV(B) 240º 0.28% 0.57% -
XYZ 16.07 15.18 29.28 -
YUV 109.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 105 105 146 0.28 0.28 0 0.43 240 0.16 0.49
Hex 69 69 92 1C 1C 0 2B F0 10 31
Octal 151 151 222 34 34 0 53 360 20 61
Binary 1101001 1101001 10010010 11100 11100 0 101011 11110000 10000 110001

Color Harmonies of #696992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696992

Black with #696992

Text Example


Text Example

White with #696992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696992; }

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

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

background-color css

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

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

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

border-color css

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

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

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