Html Css Color HEX #696891 Scampi

📋 copy color: '#696891'

red 105 ◦ green 104 ◦ blue 145

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

Shades of Scampi #696891

Tints of Scampi #696891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 29.66%
G = 29.38%
B = 40.96%

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

#696891 (or 0x696891) is known color: Scampi. HEX triplet: 69, 68 and 91. RGB value is (105,104,145). Sum of RGB (Red+Green+Blue) = 105+104+145=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #696891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696891 is #96976E. Grayscale: #6C6C6C. Windows color (decimal): -9869167 or 9529449. OLE color: 9529449.

HSL color Cylindrical-coordinate representation of color #696891: hue angle of 241.46º 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 #696891 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 104 145 -
CMYK 0.28 0.28 0 0.43
HSL 241.46º 0.16% 0.49% -
HSV(B) 241.46º 0.28% 0.57% -
XYZ 15.89 14.95 28.84 -
YUV 108.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 105 104 145 0.28 0.28 0 0.43 241.46 0.16 0.49
Hex 69 68 91 1C 1C 0 2B F1 10 31
Octal 151 150 221 34 34 0 53 361 20 61
Binary 1101001 1101000 10010001 11100 11100 0 101011 11110001 10000 110001

Color Harmonies of #696891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696891

Black with #696891

Text Example


Text Example

White with #696891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696891; }

 p { color: rgb(105,104,145); }

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

background-color css

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

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

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

border-color css

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

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

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