Html Css Color HEX #606FFD Medium Slate Blue

📋 copy color: '#606FFD'

red 96 ◦ green 111 ◦ blue 253

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

Shades of Medium Slate Blue #606FFD

Tints of Medium Slate Blue #606FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

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

R = 20.87%
G = 24.13%
B = 55%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#606FFD (or 0x606FFD) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FD. RGB value is (96,111,253). Sum of RGB (Red+Green+Blue) = 96+111+253=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #606FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFD is #9F9002. Grayscale: #7A7A7A. Windows color (decimal): -10457091 or 16609120. OLE color: 16609120.

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

Color convert

RGB 96 111 253 -
CMYK 0.62 0.56 0 0.01
HSL 234.27º 0.98% 0.68% -
HSV(B) 234.27º 0.62% 0.99% -
XYZ 28.24 20.95 95.48 -
YUV 122.7 201.53 108.95 -
System Red Green Blue C M Y K H S L
Decimal 96 111 253 0.62 0.56 0 0.01 234.27 0.98 0.68
Hex 60 6F FD 3E 38 0 1 EA 62 44
Octal 140 157 375 76 70 0 1 352 142 104
Binary 1100000 1101111 11111101 111110 111000 0 1 11101010 1100010 1000100

Color Harmonies of #606FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FFD

Black with #606FFD

Text Example


Text Example

White with #606FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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