Html Css Color HEX #606CEB Medium Slate Blue

📋 copy color: '#606CEB'

red 96 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #606CEB

Tints of Medium Slate Blue #606CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

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

R = 21.87%
G = 24.6%
B = 53.53%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#606CEB (or 0x606CEB) is known color: Medium Slate Blue. HEX triplet: 60, 6C and EB. RGB value is (96,108,235). Sum of RGB (Red+Green+Blue) = 96+108+235=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #606CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CEB is #9F9314. Grayscale: #767676. Windows color (decimal): -10457877 or 15428704. OLE color: 15428704.

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

Color convert

RGB 96 108 235 -
CMYK 0.59 0.54 0 0.08
HSL 234.82º 0.78% 0.65% -
HSV(B) 234.82º 0.59% 0.92% -
XYZ 25.18 19.21 80.98 -
YUV 118.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 96 108 235 0.59 0.54 0 0.08 234.82 0.78 0.65
Hex 60 6C EB 3B 36 0 8 EB 4E 41
Octal 140 154 353 73 66 0 10 353 116 101
Binary 1100000 1101100 11101011 111011 110110 0 1000 11101011 1001110 1000001

Color Harmonies of #606CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CEB

Black with #606CEB

Text Example


Text Example

White with #606CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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