#6D65DA

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

Shades of Slate Blue #6D65DA

Tints of Slate Blue #6D65DA

Color information

#6D65DA (or 0x6D65DA) is unknown color: approx Slate Blue. HEX triplet: 6D, 65 and DA. RGB value is (109,101,218). Sum of RGB (Red+Green+Blue) = 109+101+218=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D65DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65DA is #929A25. Grayscale: #747474. Windows color (decimal): -9607718 or 14312813. OLE color: 14312813.

HSL color Cylindrical-coordinate representation of color #6D65DA: hue angle of 244.1º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D65DA is Cyan = 0.5, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109101218-
CMYK0.50.5400.15
HSL244.1º61.26%62.55%-
HSV(B)244.1º53.67%85.49%-
XYZ23.6217.6268.49-
YUV116.73185.15122.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.47%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 218 (85.55% from 255) = 50.93%
R=25.47%
G=23.60%
B=50.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091012180.50.5400.15244.161.2662.55
Hex6D65DA32360Ff43d3f
Octal15514533262660173647577
Binary11011011100101110110101100101101100111111110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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