Html Css Color HEX #606DFB Medium Slate Blue

📋 copy color: '#606DFB'

red 96 ◦ green 109 ◦ blue 251

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

Shades of Medium Slate Blue #606DFB

Tints of Medium Slate Blue #606DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 21.05%
G = 23.9%
B = 55.04%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#606DFB (or 0x606DFB) is known color: Medium Slate Blue. HEX triplet: 60, 6D and FB. RGB value is (96,109,251). Sum of RGB (Red+Green+Blue) = 96+109+251=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #606DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DFB is #9F9204. Grayscale: #787878. Windows color (decimal): -10457605 or 16477536. OLE color: 16477536.

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

Color convert

RGB 96 109 251 -
CMYK 0.62 0.57 0 0.02
HSL 234.97º 0.95% 0.68% -
HSV(B) 234.97º 0.62% 0.98% -
XYZ 27.71 20.39 93.74 -
YUV 121.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 96 109 251 0.62 0.57 0 0.02 234.97 0.95 0.68
Hex 60 6D FB 3E 39 0 2 EB 5F 44
Octal 140 155 373 76 71 0 2 353 137 104
Binary 1100000 1101101 11111011 111110 111001 0 10 11101011 1011111 1000100

Color Harmonies of #606DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DFB

Black with #606DFB

Text Example


Text Example

White with #606DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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