Html Css Color HEX #606BEE Medium Slate Blue

📋 copy color: '#606BEE'

red 96 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #606BEE

Tints of Medium Slate Blue #606BEE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.26%

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

R = 21.77%
G = 24.26%
B = 53.97%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#606BEE (or 0x606BEE) is known color: Medium Slate Blue. HEX triplet: 60, 6B and EE. RGB value is (96,107,238). Sum of RGB (Red+Green+Blue) = 96+107+238=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #606BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BEE is #9F9411. Grayscale: #767676. Windows color (decimal): -10458130 or 15625056. OLE color: 15625056.

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

Color convert

RGB 96 107 238 -
CMYK 0.60 0.55 0 0.07
HSL 235.35º 0.81% 0.65% -
HSV(B) 235.35º 0.6% 0.93% -
XYZ 25.51 19.18 83.25 -
YUV 118.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 96 107 238 0.60 0.55 0 0.07 235.35 0.81 0.65
Hex 60 6B EE 3C 37 0 7 EB 51 41
Octal 140 153 356 74 67 0 7 353 121 101
Binary 1100000 1101011 11101110 111100 110111 0 111 11101011 1010001 1000001

Color Harmonies of #606BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BEE

Black with #606BEE

Text Example


Text Example

White with #606BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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