Html Css Color HEX #696593 Scampi

📋 copy color: '#696593'

red 105 ◦ green 101 ◦ blue 147

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

Shades of Scampi #696593

Tints of Scampi #696593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 29.75%
G = 28.61%
B = 41.64%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#696593 (or 0x696593) is known color: Scampi. HEX triplet: 69, 65 and 93. RGB value is (105,101,147). Sum of RGB (Red+Green+Blue) = 105+101+147=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #696593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696593 is #969A6C. Grayscale: #6B6B6B. Windows color (decimal): -9869933 or 9659753. OLE color: 9659753.

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

Color convert

RGB 105 101 147 -
CMYK 0.29 0.31 0 0.42
HSL 245.22º 0.19% 0.49% -
HSV(B) 245.22º 0.31% 0.58% -
XYZ 15.75 14.42 29.56 -
YUV 107.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 105 101 147 0.29 0.31 0 0.42 245.22 0.19 0.49
Hex 69 65 93 1D 1F 0 2A F5 13 31
Octal 151 145 223 35 37 0 52 365 23 61
Binary 1101001 1100101 10010011 11101 11111 0 101010 11110101 10011 110001

Color Harmonies of #696593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696593

Black with #696593

Text Example


Text Example

White with #696593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696593; }

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

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

background-color css

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

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

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

border-color css

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

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

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