Html Css Color HEX #696993 Scampi

📋 copy color: '#696993'

red 105 ◦ green 105 ◦ blue 147

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

Shades of Scampi #696993

Tints of Scampi #696993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 29.41%
G = 29.41%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696993 (or 0x696993) is known color: Scampi. HEX triplet: 69, 69 and 93. RGB value is (105,105,147). Sum of RGB (Red+Green+Blue) = 105+105+147=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #696993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696993 is #96966C. Grayscale: #6D6D6D. Windows color (decimal): -9868909 or 9660777. OLE color: 9660777.

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

Color convert

RGB 105 105 147 -
CMYK 0.29 0.29 0 0.42
HSL 240º 0.17% 0.49% -
HSV(B) 240º 0.29% 0.58% -
XYZ 16.14 15.21 29.69 -
YUV 109.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 105 105 147 0.29 0.29 0 0.42 240 0.17 0.49
Hex 69 69 93 1D 1D 0 2A F0 11 31
Octal 151 151 223 35 35 0 52 360 21 61
Binary 1101001 1101001 10010011 11101 11101 0 101010 11110000 10001 110001

Color Harmonies of #696993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696993

Black with #696993

Text Example


Text Example

White with #696993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696993; }

 p { color: rgb(105,105,147); }

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

background-color css

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

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

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

border-color css

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

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

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