Html Css Color HEX #6064ED Medium Slate Blue

📋 copy color: '#6064ED'

red 96 ◦ green 100 ◦ blue 237

#6064ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6064ED

Tints of Medium Slate Blue #6064ED

RGB

 RED value IS 96 (37.89% from 255) = 22.17%

 GREEN value IS 100 (39.45% from 255) = 23.09%

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 22.17%
G = 23.09%
B = 54.73%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6064ED (or 0x6064ED) is known color: Medium Slate Blue. HEX triplet: 60, 64 and ED. RGB value is (96,100,237). Sum of RGB (Red+Green+Blue) = 96+100+237=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #6064ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064ED is #9F9B12. Grayscale: #717171. Windows color (decimal): -10459923 or 15557728. OLE color: 15557728.

HSL color Cylindrical-coordinate representation of color #6064ED: hue angle of 238.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6064ED is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 100 237 -
CMYK 0.59 0.58 0 0.07
HSL 238.3º 0.8% 0.65% -
HSV(B) 238.3º 0.59% 0.93% -
XYZ 24.67 17.72 82.24 -
YUV 114.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 96 100 237 0.59 0.58 0 0.07 238.3 0.8 0.65
Hex 60 64 ED 3B 3A 0 7 EE 50 41
Octal 140 144 355 73 72 0 7 356 120 101
Binary 1100000 1100100 11101101 111011 111010 0 111 11101110 1010000 1000001

Color Harmonies of #6064ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064ED

Black with #6064ED

Text Example


Text Example

White with #6064ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6064ED; }

 p { color: rgb(96,100,237); }

 H1.HeaderClassName
 {
   color: #6064ED;
 }
 .AnyTagClassName
 {
   color: #6064ED;
 }
</style>

background-color css

<style>
 a { background-color: #6064ED; }

 a { background-color: rgb(96,100,237); }

 div.DivClassName
 {
   background-color: #6064ED;
 }
 .BgClassName
 {
   background-color: #6064ED;
 }
</style>

border-color css

<style>
 span { border-color: #6064ED; }

 span { border-color: rgb(96,100,237); }

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