Html Css Color HEX #6465FF Medium Slate Blue

📋 copy color: '#6465FF'

red 100 ◦ green 101 ◦ blue 255

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

Shades of Medium Slate Blue #6465FF

Tints of Medium Slate Blue #6465FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 21.93%
G = 22.15%
B = 55.92%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6465FF (or 0x6465FF) is known color: Medium Slate Blue. HEX triplet: 64, 65 and FF. RGB value is (100,101,255). Sum of RGB (Red+Green+Blue) = 100+101+255=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #6465FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465FF is #9B9A00. Grayscale: #757575. Windows color (decimal): -10197505 or 16737636. OLE color: 16737636.

HSL color Cylindrical-coordinate representation of color #6465FF: hue angle of 239.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6465FF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 101 255 -
CMYK 0.61 0.60 0 0
HSL 239.61º 1% 0.7% -
HSV(B) 239.61º 0.61% 1% -
XYZ 27.96 19.24 96.85 -
YUV 118.26 205.17 114.98 -
System Red Green Blue C M Y K H S L
Decimal 100 101 255 0.61 0.60 0 0 239.61 1 0.7
Hex 64 65 FF 3D 3C 0 0 F0 64 46
Octal 144 145 377 75 74 0 0 360 144 106
Binary 1100100 1100101 11111111 111101 111100 0 0 11110000 1100100 1000110

Color Harmonies of #6465FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465FF

Black with #6465FF

Text Example


Text Example

White with #6465FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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