Html Css Color HEX #606FEB Medium Slate Blue

📋 copy color: '#606FEB'

red 96 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #606FEB

Tints of Medium Slate Blue #606FEB

RGB

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

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

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

R = 21.72%
G = 25.11%
B = 53.17%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#606FEB (or 0x606FEB) is known color: Medium Slate Blue. HEX triplet: 60, 6F and EB. RGB value is (96,111,235). Sum of RGB (Red+Green+Blue) = 96+111+235=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #606FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FEB is #9F9014. Grayscale: #787878. Windows color (decimal): -10457109 or 15429472. OLE color: 15429472.

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

Color convert

RGB 96 111 235 -
CMYK 0.59 0.53 0 0.08
HSL 233.53º 0.78% 0.65% -
HSV(B) 233.53º 0.59% 0.92% -
XYZ 25.5 19.85 81.09 -
YUV 120.65 192.53 110.42 -
System Red Green Blue C M Y K H S L
Decimal 96 111 235 0.59 0.53 0 0.08 233.53 0.78 0.65
Hex 60 6F EB 3B 35 0 8 EA 4E 41
Octal 140 157 353 73 65 0 10 352 116 101
Binary 1100000 1101111 11101011 111011 110101 0 1000 11101010 1001110 1000001

Color Harmonies of #606FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FEB

Black with #606FEB

Text Example


Text Example

White with #606FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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