Html Css Color HEX #6953A0 Scampi

📋 copy color: '#6953A0'

red 105 ◦ green 83 ◦ blue 160

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

Shades of Scampi #6953A0

Tints of Scampi #6953A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 160 (62.89% from 255) = 45.98%

R = 30.17%
G = 23.85%
B = 45.98%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6953A0 (or 0x6953A0) is known color: Scampi. HEX triplet: 69, 53 and A0. RGB value is (105,83,160). Sum of RGB (Red+Green+Blue) = 105+83+160=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #6953A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953A0 is #96AC5F. Grayscale: #626262. Windows color (decimal): -9874528 or 10507113. OLE color: 10507113.

HSL color Cylindrical-coordinate representation of color #6953A0: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6953A0 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 105 83 160 -
CMYK 0.34 0.48 0 0.37
HSL 257.14º 0.32% 0.48% -
HSV(B) 257.14º 0.48% 0.63% -
XYZ 15.26 11.73 34.72 -
YUV 98.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 105 83 160 0.34 0.48 0 0.37 257.14 0.32 0.48
Hex 69 53 A0 22 30 0 25 101 20 30
Octal 151 123 240 42 60 0 45 401 40 60
Binary 1101001 1010011 10100000 100010 110000 0 100101 100000001 100000 110000

Color Harmonies of #6953A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953A0

Black with #6953A0

Text Example


Text Example

White with #6953A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6953A0; }

 p { color: rgb(105,83,160); }

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

background-color css

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

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

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

border-color css

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

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

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