Html Css Color HEX #696395 Scampi

📋 copy color: '#696395'

red 105 ◦ green 99 ◦ blue 149

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

Shades of Scampi #696395

Tints of Scampi #696395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 29.75%
G = 28.05%
B = 42.21%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696395 (or 0x696395) is known color: Scampi. HEX triplet: 69, 63 and 95. RGB value is (105,99,149). Sum of RGB (Red+Green+Blue) = 105+99+149=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #696395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696395 is #969C6A. Grayscale: #6A6A6A. Windows color (decimal): -9870443 or 9790313. OLE color: 9790313.

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

Color convert

RGB 105 99 149 -
CMYK 0.30 0.34 0 0.42
HSL 247.2º 0.2% 0.49% -
HSV(B) 247.2º 0.34% 0.58% -
XYZ 15.71 14.1 30.33 -
YUV 106.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 105 99 149 0.30 0.34 0 0.42 247.2 0.2 0.49
Hex 69 63 95 1E 22 0 2A F7 14 31
Octal 151 143 225 36 42 0 52 367 24 61
Binary 1101001 1100011 10010101 11110 100010 0 101010 11110111 10100 110001

Color Harmonies of #696395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696395

Black with #696395

Text Example


Text Example

White with #696395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696395; }

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

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

background-color css

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

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

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

border-color css

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

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

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