Html Css Color HEX #6465FC Medium Slate Blue

📋 copy color: '#6465FC'

red 100 ◦ green 101 ◦ blue 252

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

Shades of Medium Slate Blue #6465FC

Tints of Medium Slate Blue #6465FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 22.08%
G = 22.3%
B = 55.63%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6465FC (or 0x6465FC) is known color: Medium Slate Blue. HEX triplet: 64, 65 and FC. RGB value is (100,101,252). Sum of RGB (Red+Green+Blue) = 100+101+252=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #6465FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6465FC is #9B9A03. Grayscale: #757575. Windows color (decimal): -10197508 or 16541028. OLE color: 16541028.

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

Color convert

RGB 100 101 252 -
CMYK 0.60 0.60 0 0.01
HSL 239.61º 0.96% 0.69% -
HSV(B) 239.61º 0.6% 0.99% -
XYZ 27.48 19.04 94.32 -
YUV 117.92 203.67 115.22 -
System Red Green Blue C M Y K H S L
Decimal 100 101 252 0.60 0.60 0 0.01 239.61 0.96 0.69
Hex 64 65 FC 3C 3C 0 1 F0 60 45
Octal 144 145 374 74 74 0 1 360 140 105
Binary 1100100 1100101 11111100 111100 111100 0 1 11110000 1100000 1000101

Color Harmonies of #6465FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6465FC

Black with #6465FC

Text Example


Text Example

White with #6465FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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