Html Css Color HEX #606DFE Medium Slate Blue

📋 copy color: '#606DFE'

red 96 ◦ green 109 ◦ blue 254

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

Shades of Medium Slate Blue #606DFE

Tints of Medium Slate Blue #606DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.75%

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

R = 20.92%
G = 23.75%
B = 55.34%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#606DFE (or 0x606DFE) is known color: Medium Slate Blue. HEX triplet: 60, 6D and FE. RGB value is (96,109,254). Sum of RGB (Red+Green+Blue) = 96+109+254=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #606DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DFE is #9F9201. Grayscale: #797979. Windows color (decimal): -10457602 or 16674144. OLE color: 16674144.

HSL color Cylindrical-coordinate representation of color #606DFE: hue angle of 235.06º 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 #606DFE is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 109 254 -
CMYK 0.62 0.57 0 0.00
HSL 235.06º 0.99% 0.69% -
HSV(B) 235.06º 0.62% 1% -
XYZ 28.18 20.58 96.25 -
YUV 121.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 96 109 254 0.62 0.57 0 0.00 235.06 0.99 0.69
Hex 60 6D FE 3E 39 0 0 EB 63 45
Octal 140 155 376 76 71 0 0 353 143 105
Binary 1100000 1101101 11111110 111110 111001 0 0 11101011 1100011 1000101

Color Harmonies of #606DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DFE

Black with #606DFE

Text Example


Text Example

White with #606DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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