#6D65CA

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

Shades of Slate Blue #6D65CA

Tints of Slate Blue #6D65CA

Color information

#6D65CA (or 0x6D65CA) is unknown color: approx Slate Blue. HEX triplet: 6D, 65 and CA. RGB value is (109,101,202). Sum of RGB (Red+Green+Blue) = 109+101+202=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D65CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65CA is #929A35. Grayscale: #727272. Windows color (decimal): -9607734 or 13264237. OLE color: 13264237.

HSL color Cylindrical-coordinate representation of color #6D65CA: hue angle of 244.75º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D65CA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109101202-
CMYK0.460.5000.21
HSL244.75º48.79%59.41%-
HSV(B)244.75º50%79.22%-
XYZ21.6216.8257.98-
YUV114.91177.15123.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=26.46%
G=24.51%
B=49.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091012020.460.5000.21244.7548.7959.41
Hex6D65CA2E32015f5313b
Octal15514531256620253656173
Binary110110111001011100101010111011001001010111110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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