Html Css Color HEX #696B96 Scampi

📋 copy color: '#696B96'

red 105 ◦ green 107 ◦ blue 150

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

Shades of Scampi #696B96

Tints of Scampi #696B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 29.01%
G = 29.56%
B = 41.44%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#696B96 (or 0x696B96) is known color: Scampi. HEX triplet: 69, 6B and 96. RGB value is (105,107,150). Sum of RGB (Red+Green+Blue) = 105+107+150=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #696B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B96 is #969469. Grayscale: #6F6F6F. Windows color (decimal): -9868394 or 9857897. OLE color: 9857897.

HSL color Cylindrical-coordinate representation of color #696B96: hue angle of 237.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696B96 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 107 150 -
CMYK 0.30 0.29 0 0.41
HSL 237.33º 0.18% 0.5% -
HSV(B) 237.33º 0.3% 0.59% -
XYZ 16.59 15.72 31.01 -
YUV 111.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 105 107 150 0.30 0.29 0 0.41 237.33 0.18 0.5
Hex 69 6B 96 1E 1D 0 29 ED 12 32
Octal 151 153 226 36 35 0 51 355 22 62
Binary 1101001 1101011 10010110 11110 11101 0 101001 11101101 10010 110010

Color Harmonies of #696B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B96

Black with #696B96

Text Example


Text Example

White with #696B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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