Html Css Color HEX #605FEC Medium Slate Blue

📋 copy color: '#605FEC'

red 96 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #605FEC

Tints of Medium Slate Blue #605FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 22.48%
G = 22.25%
B = 55.27%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#605FEC (or 0x605FEC) is known color: Medium Slate Blue. HEX triplet: 60, 5F and EC. RGB value is (96,95,236). Sum of RGB (Red+Green+Blue) = 96+95+236=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #605FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605FEC is #9FA013. Grayscale: #6E6E6E. Windows color (decimal): -10461204 or 15490912. OLE color: 15490912.

HSL color Cylindrical-coordinate representation of color #605FEC: hue angle of 240.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605FEC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 95 236 -
CMYK 0.59 0.60 0 0.07
HSL 240.43º 0.79% 0.65% -
HSV(B) 240.43º 0.6% 0.93% -
XYZ 24.06 16.73 81.32 -
YUV 111.37 198.33 117.04 -
System Red Green Blue C M Y K H S L
Decimal 96 95 236 0.59 0.60 0 0.07 240.43 0.79 0.65
Hex 60 5F EC 3B 3C 0 7 F0 4F 41
Octal 140 137 354 73 74 0 7 360 117 101
Binary 1100000 1011111 11101100 111011 111100 0 111 11110000 1001111 1000001

Color Harmonies of #605FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FEC

Black with #605FEC

Text Example


Text Example

White with #605FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605FEC; }

 p { color: rgb(96,95,236); }

 H1.HeaderClassName
 {
   color: #605FEC;
 }
 .AnyTagClassName
 {
   color: #605FEC;
 }
</style>

background-color css

<style>
 a { background-color: #605FEC; }

 a { background-color: rgb(96,95,236); }

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

border-color css

<style>
 span { border-color: #605FEC; }

 span { border-color: rgb(96,95,236); }

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