Html Css Color HEX #606BE7 Medium Slate Blue

📋 copy color: '#606BE7'

red 96 ◦ green 107 ◦ blue 231

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

Shades of Medium Slate Blue #606BE7

Tints of Medium Slate Blue #606BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.23%

R = 22.12%
G = 24.65%
B = 53.23%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#606BE7 (or 0x606BE7) is known color: Medium Slate Blue. HEX triplet: 60, 6B and E7. RGB value is (96,107,231). Sum of RGB (Red+Green+Blue) = 96+107+231=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #606BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BE7 is #9F9418. Grayscale: #757575. Windows color (decimal): -10458137 or 15166304. OLE color: 15166304.

HSL color Cylindrical-coordinate representation of color #606BE7: hue angle of 235.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606BE7 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 107 231 -
CMYK 0.58 0.54 0 0.09
HSL 235.11º 0.74% 0.64% -
HSV(B) 235.11º 0.58% 0.91% -
XYZ 24.51 18.77 77.93 -
YUV 117.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 96 107 231 0.58 0.54 0 0.09 235.11 0.74 0.64
Hex 60 6B E7 3A 36 0 9 EB 4A 40
Octal 140 153 347 72 66 0 11 353 112 100
Binary 1100000 1101011 11100111 111010 110110 0 1001 11101011 1001010 1000000

Color Harmonies of #606BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BE7

Black with #606BE7

Text Example


Text Example

White with #606BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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