Html Css Color HEX #606EFB Medium Slate Blue

📋 copy color: '#606EFB'

red 96 ◦ green 110 ◦ blue 251

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

Shades of Medium Slate Blue #606EFB

Tints of Medium Slate Blue #606EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

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

R = 21.01%
G = 24.07%
B = 54.92%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#606EFB (or 0x606EFB) is known color: Medium Slate Blue. HEX triplet: 60, 6E and FB. RGB value is (96,110,251). Sum of RGB (Red+Green+Blue) = 96+110+251=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #606EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EFB is #9F9104. Grayscale: #797979. Windows color (decimal): -10457349 or 16477792. OLE color: 16477792.

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

Color convert

RGB 96 110 251 -
CMYK 0.62 0.56 0 0.02
HSL 234.58º 0.95% 0.68% -
HSV(B) 234.58º 0.62% 0.98% -
XYZ 27.81 20.6 93.78 -
YUV 121.89 200.86 109.54 -
System Red Green Blue C M Y K H S L
Decimal 96 110 251 0.62 0.56 0 0.02 234.58 0.95 0.68
Hex 60 6E FB 3E 38 0 2 EB 5F 44
Octal 140 156 373 76 70 0 2 353 137 104
Binary 1100000 1101110 11111011 111110 111000 0 10 11101011 1011111 1000100

Color Harmonies of #606EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EFB

Black with #606EFB

Text Example


Text Example

White with #606EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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