Html Css Color HEX #6164EE Medium Slate Blue

📋 copy color: '#6164EE'

red 97 ◦ green 100 ◦ blue 238

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

Shades of Medium Slate Blue #6164EE

Tints of Medium Slate Blue #6164EE

RGB

 RED value IS 97 (38.28% from 255) = 22.3%

 GREEN value IS 100 (39.45% from 255) = 22.99%

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 22.3%
G = 22.99%
B = 54.71%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6164EE (or 0x6164EE) is known color: Medium Slate Blue. HEX triplet: 61, 64 and EE. RGB value is (97,100,238). Sum of RGB (Red+Green+Blue) = 97+100+238=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #6164EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6164EE is #9E9B11. Grayscale: #727272. Windows color (decimal): -10394386 or 15623265. OLE color: 15623265.

HSL color Cylindrical-coordinate representation of color #6164EE: hue angle of 238.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6164EE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 100 238 -
CMYK 0.59 0.58 0 0.07
HSL 238.72º 0.81% 0.66% -
HSV(B) 238.72º 0.59% 0.93% -
XYZ 24.92 17.83 83.02 -
YUV 114.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 97 100 238 0.59 0.58 0 0.07 238.72 0.81 0.66
Hex 61 64 EE 3B 3A 0 7 EF 51 42
Octal 141 144 356 73 72 0 7 357 121 102
Binary 1100001 1100100 11101110 111011 111010 0 111 11101111 1010001 1000010

Color Harmonies of #6164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6164EE

Black with #6164EE

Text Example


Text Example

White with #6164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6164EE; }

 p { color: rgb(97,100,238); }

 H1.HeaderClassName
 {
   color: #6164EE;
 }
 .AnyTagClassName
 {
   color: #6164EE;
 }
</style>

background-color css

<style>
 a { background-color: #6164EE; }

 a { background-color: rgb(97,100,238); }

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

border-color css

<style>
 span { border-color: #6164EE; }

 span { border-color: rgb(97,100,238); }

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