Html Css Color HEX #606DEE Medium Slate Blue

📋 copy color: '#606DEE'

red 96 ◦ green 109 ◦ blue 238

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

Shades of Medium Slate Blue #606DEE

Tints of Medium Slate Blue #606DEE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 238 (93.36% from 255) = 53.72%

R = 21.67%
G = 24.6%
B = 53.72%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#606DEE (or 0x606DEE) is known color: Medium Slate Blue. HEX triplet: 60, 6D and EE. RGB value is (96,109,238). Sum of RGB (Red+Green+Blue) = 96+109+238=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #606DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DEE is #9F9211. Grayscale: #777777. Windows color (decimal): -10457618 or 15625568. OLE color: 15625568.

HSL color Cylindrical-coordinate representation of color #606DEE: hue angle of 234.51º degrees, saturation: 0.81, 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 #606DEE is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 109 238 -
CMYK 0.60 0.54 0 0.07
HSL 234.51º 0.81% 0.65% -
HSV(B) 234.51º 0.6% 0.93% -
XYZ 25.73 19.6 83.32 -
YUV 119.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 96 109 238 0.60 0.54 0 0.07 234.51 0.81 0.65
Hex 60 6D EE 3C 36 0 7 EB 51 41
Octal 140 155 356 74 66 0 7 353 121 101
Binary 1100000 1101101 11101110 111100 110110 0 111 11101011 1010001 1000001

Color Harmonies of #606DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DEE

Black with #606DEE

Text Example


Text Example

White with #606DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606DEE; }

 p { color: rgb(96,109,238); }

 H1.HeaderClassName
 {
   color: #606DEE;
 }
 .AnyTagClassName
 {
   color: #606DEE;
 }
</style>

background-color css

<style>
 a { background-color: #606DEE; }

 a { background-color: rgb(96,109,238); }

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

border-color css

<style>
 span { border-color: #606DEE; }

 span { border-color: rgb(96,109,238); }

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