#6D65A4

Color #6D65A4 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #6D65A4

Tints of Scampi #6D65A4

Color information

#6D65A4 (or 0x6D65A4) is unknown color: approx Scampi. HEX triplet: 6D, 65 and A4. RGB value is (109,101,164). Sum of RGB (Red+Green+Blue) = 109+101+164=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D65A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D65A4 is #929A5B. Grayscale: #6E6E6E. Windows color (decimal): -9607772 or 10773869. OLE color: 10773869.

HSL color Cylindrical-coordinate representation of color #6D65A4: hue angle of 247.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D65A4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB109101164-
CMYK0.340.3800.36
HSL247.62º25.71%51.96%-
HSV(B)247.62º38.41%64.31%-
XYZ17.6615.2437.13-
YUV110.57158.15126.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.14%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=29.14%
G=27.01%
B=43.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091011640.340.3800.36247.6225.7151.96
Hex6D65A42226024f81a34
Octal15514524442460443703264
Binary110110111001011010010010001010011001001001111100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,164); }

 H1.HeaderClassName
 {
   color: #6D65A4;
 }
 .AnyTagClassName
 {
   color: #6D65A4;
 }
</style>
background-color css

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

 a { background-color: rgb(109,101,164); }

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

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

 span { border-color: rgb(109,101,164); }

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