Html Css Color HEX #6B5E95 Scampi

📋 copy color: '#6B5E95'

red 107 ◦ green 94 ◦ blue 149

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

Shades of Scampi #6B5E95

Tints of Scampi #6B5E95

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 30.57%
G = 26.86%
B = 42.57%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5E95 (or 0x6B5E95) is known color: Scampi. HEX triplet: 6B, 5E and 95. RGB value is (107,94,149). Sum of RGB (Red+Green+Blue) = 107+94+149=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B5E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5E95 is #94A16A. Grayscale: #676767. Windows color (decimal): -9740651 or 9789035. OLE color: 9789035.

HSL color Cylindrical-coordinate representation of color #6B5E95: hue angle of 254.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5E95 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 94 149 -
CMYK 0.28 0.37 0 0.42
HSL 254.18º 0.23% 0.48% -
HSV(B) 254.18º 0.37% 0.58% -
XYZ 15.49 13.3 30.18 -
YUV 104.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 107 94 149 0.28 0.37 0 0.42 254.18 0.23 0.48
Hex 6B 5E 95 1C 25 0 2A FE 17 30
Octal 153 136 225 34 45 0 52 376 27 60
Binary 1101011 1011110 10010101 11100 100101 0 101010 11111110 10111 110000

Color Harmonies of #6B5E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5E95

Black with #6B5E95

Text Example


Text Example

White with #6B5E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,94,149); }

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

background-color css

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

 a { background-color: rgb(107,94,149); }

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

border-color css

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

 span { border-color: rgb(107,94,149); }

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