Html Css Color HEX #606EFD Medium Slate Blue

📋 copy color: '#606EFD'

red 96 ◦ green 110 ◦ blue 253

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

Shades of Medium Slate Blue #606EFD

Tints of Medium Slate Blue #606EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 20.92%
G = 23.97%
B = 55.12%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#606EFD (or 0x606EFD) is known color: Medium Slate Blue. HEX triplet: 60, 6E and FD. RGB value is (96,110,253). Sum of RGB (Red+Green+Blue) = 96+110+253=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #606EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EFD is #9F9102. Grayscale: #797979. Windows color (decimal): -10457347 or 16608864. OLE color: 16608864.

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

Color convert

RGB 96 110 253 -
CMYK 0.62 0.57 0 0.01
HSL 234.65º 0.98% 0.68% -
HSV(B) 234.65º 0.62% 0.99% -
XYZ 28.13 20.73 95.45 -
YUV 122.12 201.86 109.37 -
System Red Green Blue C M Y K H S L
Decimal 96 110 253 0.62 0.57 0 0.01 234.65 0.98 0.68
Hex 60 6E FD 3E 39 0 1 EB 62 44
Octal 140 156 375 76 71 0 1 353 142 104
Binary 1100000 1101110 11111101 111110 111001 0 1 11101011 1100010 1000100

Color Harmonies of #606EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EFD

Black with #606EFD

Text Example


Text Example

White with #606EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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