#6268EA

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

Shades of Medium Slate Blue #6268EA

Tints of Medium Slate Blue #6268EA

Color information

#6268EA (or 0x6268EA) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 68 and EA. RGB value is (98,104,234). Sum of RGB (Red+Green+Blue) = 98+104+234=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #6268EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6268EA is #9D9715. Grayscale: #747474. Windows color (decimal): -10327830 or 15362146. OLE color: 15362146.

HSL color Cylindrical-coordinate representation of color #6268EA: hue angle of 237.35º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6268EA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB98104234-
CMYK0.580.5600.08
HSL237.35º76.4%65.1%-
HSV(B)237.35º58.12%91.76%-
XYZ24.8418.4480.09-
YUV117.03194.01114.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.48%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 234 (91.80% from 255) = 53.67%
R=22.48%
G=23.85%
B=53.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal981042340.580.5600.08237.3576.465.1
Hex6268EA3A3808ed4c41
Octal1421503527270010355114101
Binary1100010110100011101010111010111000010001110110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6268EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6268EA; }

 p { color: rgb(98,104,234); }

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

<style>
 a { background-color: #6268EA; }

 a { background-color: rgb(98,104,234); }

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

<style>
 span { border-color: #6268EA; }

 span { border-color: rgb(98,104,234); }

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