#6D62CA

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

Shades of Slate Blue #6D62CA

Tints of Slate Blue #6D62CA

Color information

#6D62CA (or 0x6D62CA) is unknown color: approx Slate Blue. HEX triplet: 6D, 62 and CA. RGB value is (109,98,202). Sum of RGB (Red+Green+Blue) = 109+98+202=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62CA is #929D35. Grayscale: #707070. Windows color (decimal): -9608502 or 13263469. OLE color: 13263469.

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

Color convert

RGB10998202-
CMYK0.460.5100.21
HSL246.35º49.52%58.82%-
HSV(B)246.35º51.49%79.22%-
XYZ21.3416.2557.89-
YUV113.14178.14125.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=26.65%
G=23.96%
B=49.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109982020.460.5100.21246.3549.5258.82
Hex6D62CA2E33015f6323b
Octal15514231256630253666273
Binary110110111000101100101010111011001101010111110110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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