Html Css Color HEX #6D6394 Scampi

📋 copy color: '#6D6394'

red 109 ◦ green 99 ◦ blue 148

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

Shades of Scampi #6D6394

Tints of Scampi #6D6394

RGB

 RED value IS 109 (42.97% from 255) = 30.62%

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 30.62%
G = 27.81%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D6394 (or 0x6D6394) is known color: Scampi. HEX triplet: 6D, 63 and 94. RGB value is (109,99,148). Sum of RGB (Red+Green+Blue) = 109+99+148=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D6394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6394 is #929C6B. Grayscale: #6B6B6B. Windows color (decimal): -9608300 or 9724781. OLE color: 9724781.

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

Color convert

RGB 109 99 148 -
CMYK 0.26 0.33 0 0.42
HSL 252.24º 0.2% 0.48% -
HSV(B) 252.24º 0.33% 0.58% -
XYZ 16.11 14.31 29.93 -
YUV 107.58 150.81 129.02 -
System Red Green Blue C M Y K H S L
Decimal 109 99 148 0.26 0.33 0 0.42 252.24 0.2 0.48
Hex 6D 63 94 1A 21 0 2A FC 14 30
Octal 155 143 224 32 41 0 52 374 24 60
Binary 1101101 1100011 10010100 11010 100001 0 101010 11111100 10100 110000

Color Harmonies of #6D6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6394

Black with #6D6394

Text Example


Text Example

White with #6D6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,148); }

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

background-color css

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

 a { background-color: rgb(109,99,148); }

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

border-color css

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

 span { border-color: rgb(109,99,148); }

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