#6E62DD

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

Shades of Slate Blue #6E62DD

Tints of Slate Blue #6E62DD

Color information

#6E62DD (or 0x6E62DD) is unknown color: approx Slate Blue. HEX triplet: 6E, 62 and DD. RGB value is (110,98,221). Sum of RGB (Red+Green+Blue) = 110+98+221=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62DD is #919D22. Grayscale: #737373. Windows color (decimal): -9542947 or 14508654. OLE color: 14508654.

HSL color Cylindrical-coordinate representation of color #6E62DD: hue angle of 245.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E62DD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11098221-
CMYK0.500.5600.13
HSL245.85º64.4%62.55%-
HSV(B)245.85º55.66%86.67%-
XYZ23.8517.2770.48-
YUV115.61187.48124-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.64%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=25.64%
G=22.84%
B=51.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal110982210.500.5600.13245.8564.462.55
Hex6E62DD32380Df6403f
Octal156142335627001536610077
Binary110111011000101101110111001011100001101111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,98,221); }

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

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

 a { background-color: rgb(110,98,221); }

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

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

 span { border-color: rgb(110,98,221); }

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