Html Css Color HEX #6465EB Medium Slate Blue

📋 copy color: '#6465EB'

red 100 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #6465EB

Tints of Medium Slate Blue #6465EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 22.94%
G = 23.17%
B = 53.9%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6465EB (or 0x6465EB) is known color: Medium Slate Blue. HEX triplet: 64, 65 and EB. RGB value is (100,101,235). Sum of RGB (Red+Green+Blue) = 100+101+235=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #6465EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465EB is #9B9A14. Grayscale: #737373. Windows color (decimal): -10197525 or 15426916. OLE color: 15426916.

HSL color Cylindrical-coordinate representation of color #6465EB: hue angle of 239.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6465EB is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 101 235 -
CMYK 0.57 0.57 0 0.08
HSL 239.56º 0.77% 0.66% -
HSV(B) 239.56º 0.57% 0.92% -
XYZ 24.9 18.01 80.76 -
YUV 115.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 100 101 235 0.57 0.57 0 0.08 239.56 0.77 0.66
Hex 64 65 EB 39 39 0 8 F0 4D 42
Octal 144 145 353 71 71 0 10 360 115 102
Binary 1100100 1100101 11101011 111001 111001 0 1000 11110000 1001101 1000010

Color Harmonies of #6465EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465EB

Black with #6465EB

Text Example


Text Example

White with #6465EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6465EB; }

 p { color: rgb(100,101,235); }

 H1.HeaderClassName
 {
   color: #6465EB;
 }
 .AnyTagClassName
 {
   color: #6465EB;
 }
</style>

background-color css

<style>
 a { background-color: #6465EB; }

 a { background-color: rgb(100,101,235); }

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

border-color css

<style>
 span { border-color: #6465EB; }

 span { border-color: rgb(100,101,235); }

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