#6E71D5

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

Shades of Slate Blue #6E71D5

Tints of Slate Blue #6E71D5

Color information

#6E71D5 (or 0x6E71D5) is unknown color: approx Slate Blue. HEX triplet: 6E, 71 and D5. RGB value is (110,113,213). Sum of RGB (Red+Green+Blue) = 110+113+213=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E71D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E71D5 is #918E2A. Grayscale: #7B7B7B. Windows color (decimal): -9539115 or 13988206. OLE color: 13988206.

HSL color Cylindrical-coordinate representation of color #6E71D5: hue angle of 238.25º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E71D5 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110113213-
CMYK0.480.4700.16
HSL238.25º55.08%63.33%-
HSV(B)238.25º48.36%83.53%-
XYZ24.3519.9365.51-
YUV123.5178.51118.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.23%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=25.23%
G=25.92%
B=48.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101132130.480.4700.16238.2555.0863.33
Hex6E71D5302F010ee373f
Octal15616132560570203566777
Binary110111011100011101010111000010111101000011101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E71D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,213); }

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

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

 a { background-color: rgb(110,113,213); }

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

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

 span { border-color: rgb(110,113,213); }

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