Html Css Color HEX #605FEB Medium Slate Blue

📋 copy color: '#605FEB'

red 96 ◦ green 95 ◦ blue 235

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

Shades of Medium Slate Blue #605FEB

Tints of Medium Slate Blue #605FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 22.54%
G = 22.3%
B = 55.16%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#605FEB (or 0x605FEB) is known color: Medium Slate Blue. HEX triplet: 60, 5F and EB. RGB value is (96,95,235). Sum of RGB (Red+Green+Blue) = 96+95+235=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #605FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #605FEB is #9FA014. Grayscale: #6E6E6E. Windows color (decimal): -10461205 or 15425376. OLE color: 15425376.

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

Color convert

RGB 96 95 235 -
CMYK 0.59 0.60 0 0.08
HSL 240.43º 0.78% 0.65% -
HSV(B) 240.43º 0.6% 0.92% -
XYZ 23.91 16.67 80.55 -
YUV 111.26 197.83 117.12 -
System Red Green Blue C M Y K H S L
Decimal 96 95 235 0.59 0.60 0 0.08 240.43 0.78 0.65
Hex 60 5F EB 3B 3C 0 8 F0 4E 41
Octal 140 137 353 73 74 0 10 360 116 101
Binary 1100000 1011111 11101011 111011 111100 0 1000 11110000 1001110 1000001

Color Harmonies of #605FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605FEB

Black with #605FEB

Text Example


Text Example

White with #605FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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