Html Css Color HEX #6466EA Medium Slate Blue

📋 copy color: '#6466EA'

red 100 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #6466EA

Tints of Medium Slate Blue #6466EA

RGB

 RED value IS 100 (39.45% from 255) = 22.94%

 GREEN value IS 102 (40.23% from 255) = 23.39%

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 22.94%
G = 23.39%
B = 53.67%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6466EA (or 0x6466EA) is known color: Medium Slate Blue. HEX triplet: 64, 66 and EA. RGB value is (100,102,234). Sum of RGB (Red+Green+Blue) = 100+102+234=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #6466EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6466EA is #9B9915. Grayscale: #737373. Windows color (decimal): -10197270 or 15361636. OLE color: 15361636.

HSL color Cylindrical-coordinate representation of color #6466EA: hue angle of 239.1º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6466EA is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 102 234 -
CMYK 0.57 0.56 0 0.08
HSL 239.1º 0.76% 0.65% -
HSV(B) 239.1º 0.57% 0.92% -
XYZ 24.86 18.15 80.04 -
YUV 116.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 100 102 234 0.57 0.56 0 0.08 239.1 0.76 0.65
Hex 64 66 EA 39 38 0 8 EF 4C 41
Octal 144 146 352 71 70 0 10 357 114 101
Binary 1100100 1100110 11101010 111001 111000 0 1000 11101111 1001100 1000001

Color Harmonies of #6466EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466EA

Black with #6466EA

Text Example


Text Example

White with #6466EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466EA; }

 p { color: rgb(100,102,234); }

 H1.HeaderClassName
 {
   color: #6466EA;
 }
 .AnyTagClassName
 {
   color: #6466EA;
 }
</style>

background-color css

<style>
 a { background-color: #6466EA; }

 a { background-color: rgb(100,102,234); }

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

border-color css

<style>
 span { border-color: #6466EA; }

 span { border-color: rgb(100,102,234); }

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