Html Css Color HEX #606FFE Medium Slate Blue

📋 copy color: '#606FFE'

red 96 ◦ green 111 ◦ blue 254

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

Shades of Medium Slate Blue #606FFE

Tints of Medium Slate Blue #606FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 20.82%
G = 24.08%
B = 55.1%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#606FFE (or 0x606FFE) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FE. RGB value is (96,111,254). Sum of RGB (Red+Green+Blue) = 96+111+254=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #606FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFE is #9F9001. Grayscale: #7A7A7A. Windows color (decimal): -10457090 or 16674656. OLE color: 16674656.

HSL color Cylindrical-coordinate representation of color #606FFE: hue angle of 234.3º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606FFE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 111 254 -
CMYK 0.62 0.56 0 0.00
HSL 234.3º 0.99% 0.69% -
HSV(B) 234.3º 0.62% 1% -
XYZ 28.4 21.01 96.32 -
YUV 122.82 202.03 108.87 -
System Red Green Blue C M Y K H S L
Decimal 96 111 254 0.62 0.56 0 0.00 234.3 0.99 0.69
Hex 60 6F FE 3E 38 0 0 EA 63 45
Octal 140 157 376 76 70 0 0 352 143 105
Binary 1100000 1101111 11111110 111110 111000 0 0 11101010 1100011 1000101

Color Harmonies of #606FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FFE

Black with #606FFE

Text Example


Text Example

White with #606FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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