Html Css Color HEX #6A649F Scampi

📋 copy color: '#6A649F'

red 106 ◦ green 100 ◦ blue 159

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

Shades of Scampi #6A649F

Tints of Scampi #6A649F

RGB

 RED value IS 106 (41.8% from 255) = 29.04%

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 159 (62.5% from 255) = 43.56%

R = 29.04%
G = 27.4%
B = 43.56%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A649F (or 0x6A649F) is known color: Scampi. HEX triplet: 6A, 64 and 9F. RGB value is (106,100,159). Sum of RGB (Red+Green+Blue) = 106+100+159=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A649F is #959B60. Grayscale: #6C6C6C. Windows color (decimal): -9804641 or 10445930. OLE color: 10445930.

HSL color Cylindrical-coordinate representation of color #6A649F: hue angle of 246.1º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A649F is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 100 159 -
CMYK 0.33 0.37 0 0.38
HSL 246.1º 0.24% 0.51% -
HSV(B) 246.1º 0.37% 0.62% -
XYZ 16.76 14.68 34.75 -
YUV 108.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 106 100 159 0.33 0.37 0 0.38 246.1 0.24 0.51
Hex 6A 64 9F 21 25 0 26 F6 18 33
Octal 152 144 237 41 45 0 46 366 30 63
Binary 1101010 1100100 10011111 100001 100101 0 100110 11110110 11000 110011

Color Harmonies of #6A649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A649F

Black with #6A649F

Text Example


Text Example

White with #6A649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A649F; }

 p { color: rgb(106,100,159); }

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

background-color css

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

 a { background-color: rgb(106,100,159); }

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

border-color css

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

 span { border-color: rgb(106,100,159); }

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