Html Css Color HEX #6B649A Scampi

📋 copy color: '#6B649A'

red 107 ◦ green 100 ◦ blue 154

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

Shades of Scampi #6B649A

Tints of Scampi #6B649A

RGB

 RED value IS 107 (42.19% from 255) = 29.64%

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 29.64%
G = 27.7%
B = 42.66%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B649A (or 0x6B649A) is known color: Scampi. HEX triplet: 6B, 64 and 9A. RGB value is (107,100,154). Sum of RGB (Red+Green+Blue) = 107+100+154=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B649A is #949B65. Grayscale: #6C6C6C. Windows color (decimal): -9739110 or 10118251. OLE color: 10118251.

HSL color Cylindrical-coordinate representation of color #6B649A: hue angle of 247.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B649A is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 100 154 -
CMYK 0.31 0.35 0 0.40
HSL 247.78º 0.21% 0.5% -
HSV(B) 247.78º 0.35% 0.6% -
XYZ 16.45 14.57 32.52 -
YUV 108.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 107 100 154 0.31 0.35 0 0.40 247.78 0.21 0.5
Hex 6B 64 9A 1F 23 0 28 F8 15 32
Octal 153 144 232 37 43 0 50 370 25 62
Binary 1101011 1100100 10011010 11111 100011 0 101000 11111000 10101 110010

Color Harmonies of #6B649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B649A

Black with #6B649A

Text Example


Text Example

White with #6B649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,154); }

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

background-color css

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

 a { background-color: rgb(107,100,154); }

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

border-color css

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

 span { border-color: rgb(107,100,154); }

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