#6E65CA

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

Shades of Slate Blue #6E65CA

Tints of Slate Blue #6E65CA

Color information

#6E65CA (or 0x6E65CA) is unknown color: approx Slate Blue. HEX triplet: 6E, 65 and CA. RGB value is (110,101,202). Sum of RGB (Red+Green+Blue) = 110+101+202=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E65CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65CA is #919A35. Grayscale: #727272. Windows color (decimal): -9542198 or 13264238. OLE color: 13264238.

HSL color Cylindrical-coordinate representation of color #6E65CA: hue angle of 245.35º 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 #6E65CA is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110101202-
CMYK0.460.5000.21
HSL245.35º48.79%59.41%-
HSV(B)245.35º50%79.22%-
XYZ21.7416.8957.99-
YUV115.2176.98124.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=26.63%
G=24.46%
B=48.91%

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
Decimal1101012020.460.5000.21245.3548.7959.41
Hex6E65CA2E32015f5313b
Octal15614531256620253656173
Binary110111011001011100101010111011001001010111110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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