Html Css Color HEX #606DF9 Medium Slate Blue

📋 copy color: '#606DF9'

red 96 ◦ green 109 ◦ blue 249

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

Shades of Medium Slate Blue #606DF9

Tints of Medium Slate Blue #606DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 21.15%
G = 24.01%
B = 54.85%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#606DF9 (or 0x606DF9) is known color: Medium Slate Blue. HEX triplet: 60, 6D and F9. RGB value is (96,109,249). Sum of RGB (Red+Green+Blue) = 96+109+249=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #606DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DF9 is #9F9206. Grayscale: #787878. Windows color (decimal): -10457607 or 16346464. OLE color: 16346464.

HSL color Cylindrical-coordinate representation of color #606DF9: hue angle of 234.9º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606DF9 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 109 249 -
CMYK 0.61 0.56 0 0.02
HSL 234.9º 0.93% 0.68% -
HSV(B) 234.9º 0.61% 0.98% -
XYZ 27.39 20.26 92.09 -
YUV 121.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 96 109 249 0.61 0.56 0 0.02 234.9 0.93 0.68
Hex 60 6D F9 3D 38 0 2 EB 5D 44
Octal 140 155 371 75 70 0 2 353 135 104
Binary 1100000 1101101 11111001 111101 111000 0 10 11101011 1011101 1000100

Color Harmonies of #606DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DF9

Black with #606DF9

Text Example


Text Example

White with #606DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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