Html Css Color HEX #696894 Scampi

📋 copy color: '#696894'

red 105 ◦ green 104 ◦ blue 148

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

Shades of Scampi #696894

Tints of Scampi #696894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 29.41%
G = 29.13%
B = 41.46%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696894 (or 0x696894) is known color: Scampi. HEX triplet: 69, 68 and 94. RGB value is (105,104,148). Sum of RGB (Red+Green+Blue) = 105+104+148=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #696894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696894 is #96976B. Grayscale: #6D6D6D. Windows color (decimal): -9869164 or 9726057. OLE color: 9726057.

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

Color convert

RGB 105 104 148 -
CMYK 0.29 0.30 0 0.42
HSL 241.36º 0.17% 0.49% -
HSV(B) 241.36º 0.3% 0.58% -
XYZ 16.12 15.04 30.07 -
YUV 109.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 105 104 148 0.29 0.30 0 0.42 241.36 0.17 0.49
Hex 69 68 94 1D 1E 0 2A F1 11 31
Octal 151 150 224 35 36 0 52 361 21 61
Binary 1101001 1101000 10010100 11101 11110 0 101010 11110001 10001 110001

Color Harmonies of #696894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696894

Black with #696894

Text Example


Text Example

White with #696894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696894; }

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

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

background-color css

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

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

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

border-color css

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

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

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