Html Css Color HEX #696B95 Scampi

📋 copy color: '#696B95'

red 105 ◦ green 107 ◦ blue 149

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

Shades of Scampi #696B95

Tints of Scampi #696B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 29.09%
G = 29.64%
B = 41.27%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696B95 (or 0x696B95) is known color: Scampi. HEX triplet: 69, 6B and 95. RGB value is (105,107,149). Sum of RGB (Red+Green+Blue) = 105+107+149=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #696B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B95 is #96946A. Grayscale: #6F6F6F. Windows color (decimal): -9868395 or 9792361. OLE color: 9792361.

HSL color Cylindrical-coordinate representation of color #696B95: hue angle of 237.27º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696B95 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 107 149 -
CMYK 0.30 0.28 0 0.42
HSL 237.27º 0.17% 0.5% -
HSV(B) 237.27º 0.3% 0.58% -
XYZ 16.51 15.69 30.59 -
YUV 111.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 105 107 149 0.30 0.28 0 0.42 237.27 0.17 0.5
Hex 69 6B 95 1E 1C 0 2A ED 11 32
Octal 151 153 225 36 34 0 52 355 21 62
Binary 1101001 1101011 10010101 11110 11100 0 101010 11101101 10001 110010

Color Harmonies of #696B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B95

Black with #696B95

Text Example


Text Example

White with #696B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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