Html Css Color HEX #606FF0 Medium Slate Blue

📋 copy color: '#606FF0'

red 96 ◦ green 111 ◦ blue 240

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

Shades of Medium Slate Blue #606FF0

Tints of Medium Slate Blue #606FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.69%

R = 21.48%
G = 24.83%
B = 53.69%

CMYK

 C value IS 0.6

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#606FF0 (or 0x606FF0) is known color: Medium Slate Blue. HEX triplet: 60, 6F and F0. RGB value is (96,111,240). Sum of RGB (Red+Green+Blue) = 96+111+240=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #606FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FF0 is #9F900F. Grayscale: #787878. Windows color (decimal): -10457104 or 15757152. OLE color: 15757152.

HSL color Cylindrical-coordinate representation of color #606FF0: hue angle of 233.75º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606FF0 is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 111 240 -
CMYK 0.6 0.54 0 0.06
HSL 233.75º 0.83% 0.66% -
HSV(B) 233.75º 0.6% 0.94% -
XYZ 26.24 20.15 84.94 -
YUV 121.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 96 111 240 0.6 0.54 0 0.06 233.75 0.83 0.66
Hex 60 6F F0 3C 36 0 6 EA 53 42
Octal 140 157 360 74 66 0 6 352 123 102
Binary 1100000 1101111 11110000 111100 110110 0 110 11101010 1010011 1000010

Color Harmonies of #606FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FF0

Black with #606FF0

Text Example


Text Example

White with #606FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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