Html Css Color HEX #606FEE Medium Slate Blue

📋 copy color: '#606FEE'

red 96 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #606FEE

Tints of Medium Slate Blue #606FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

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

R = 21.57%
G = 24.94%
B = 53.48%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#606FEE (or 0x606FEE) is known color: Medium Slate Blue. HEX triplet: 60, 6F and EE. RGB value is (96,111,238). Sum of RGB (Red+Green+Blue) = 96+111+238=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #606FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FEE is #9F9011. Grayscale: #787878. Windows color (decimal): -10457106 or 15626080. OLE color: 15626080.

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

Color convert

RGB 96 111 238 -
CMYK 0.60 0.53 0 0.07
HSL 233.66º 0.81% 0.65% -
HSV(B) 233.66º 0.6% 0.93% -
XYZ 25.94 20.03 83.39 -
YUV 120.99 194.03 110.17 -
System Red Green Blue C M Y K H S L
Decimal 96 111 238 0.60 0.53 0 0.07 233.66 0.81 0.65
Hex 60 6F EE 3C 35 0 7 EA 51 41
Octal 140 157 356 74 65 0 7 352 121 101
Binary 1100000 1101111 11101110 111100 110101 0 111 11101010 1010001 1000001

Color Harmonies of #606FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FEE

Black with #606FEE

Text Example


Text Example

White with #606FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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