Html Css Color HEX #606EEE Medium Slate Blue

📋 copy color: '#606EEE'

red 96 ◦ green 110 ◦ blue 238

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

Shades of Medium Slate Blue #606EEE

Tints of Medium Slate Blue #606EEE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

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

R = 21.62%
G = 24.77%
B = 53.6%

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

#606EEE (or 0x606EEE) is known color: Medium Slate Blue. HEX triplet: 60, 6E and EE. RGB value is (96,110,238). Sum of RGB (Red+Green+Blue) = 96+110+238=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #606EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EEE is #9F9111. Grayscale: #777777. Windows color (decimal): -10457362 or 15625824. OLE color: 15625824.

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

Color convert

RGB 96 110 238 -
CMYK 0.60 0.54 0 0.07
HSL 234.08º 0.81% 0.65% -
HSV(B) 234.08º 0.6% 0.93% -
XYZ 25.83 19.81 83.35 -
YUV 120.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 96 110 238 0.60 0.54 0 0.07 234.08 0.81 0.65
Hex 60 6E EE 3C 36 0 7 EA 51 41
Octal 140 156 356 74 66 0 7 352 121 101
Binary 1100000 1101110 11101110 111100 110110 0 111 11101010 1010001 1000001

Color Harmonies of #606EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EEE

Black with #606EEE

Text Example


Text Example

White with #606EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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