#6A62FD

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

Shades of Medium Slate Blue #6A62FD

Tints of Medium Slate Blue #6A62FD

Color information

#6A62FD (or 0x6A62FD) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 62 and FD. RGB value is (106,98,253). Sum of RGB (Red+Green+Blue) = 106+98+253=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A62FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A62FD is #959D02. Grayscale: #757575. Windows color (decimal): -9805059 or 16605802. OLE color: 16605802.

HSL color Cylindrical-coordinate representation of color #6A62FD: hue angle of 243.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A62FD is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10698253-
CMYK0.580.6100.01
HSL243.1º97.48%68.82%-
HSV(B)243.1º61.26%99.22%-
XYZ28.0418.8995.1-
YUV118.06204.15119.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.19%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=23.19%
G=21.44%
B=55.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106982530.580.6100.01243.197.4868.82
Hex6A62FD3A3D01f36145
Octal152142375727501363141105
Binary1101010110001011111101111010111101011111001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,98,253); }

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

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

 a { background-color: rgb(106,98,253); }

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

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

 span { border-color: rgb(106,98,253); }

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