Html Css Color HEX #696A99 Scampi

📋 copy color: '#696A99'

red 105 ◦ green 106 ◦ blue 153

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

Shades of Scampi #696A99

Tints of Scampi #696A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 28.85%
G = 29.12%
B = 42.03%

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

#696A99 (or 0x696A99) is known color: Scampi. HEX triplet: 69, 6A and 99. RGB value is (105,106,153). Sum of RGB (Red+Green+Blue) = 105+106+153=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #696A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A99 is #969566. Grayscale: #6E6E6E. Windows color (decimal): -9868647 or 10054249. OLE color: 10054249.

HSL color Cylindrical-coordinate representation of color #696A99: hue angle of 238.75º 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 #696A99 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 106 153 -
CMYK 0.31 0.31 0 0.4
HSL 238.75º 0.19% 0.51% -
HSV(B) 238.75º 0.31% 0.6% -
XYZ 16.73 15.61 32.27 -
YUV 111.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 105 106 153 0.31 0.31 0 0.4 238.75 0.19 0.51
Hex 69 6A 99 1F 1F 0 28 EF 13 33
Octal 151 152 231 37 37 0 50 357 23 63
Binary 1101001 1101010 10011001 11111 11111 0 101000 11101111 10011 110011

Color Harmonies of #696A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A99

Black with #696A99

Text Example


Text Example

White with #696A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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