Html Css Color HEX #6365FE Medium Slate Blue

📋 copy color: '#6365FE'

red 99 ◦ green 101 ◦ blue 254

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

Shades of Medium Slate Blue #6365FE

Tints of Medium Slate Blue #6365FE

RGB

 RED value IS 99 (39.06% from 255) = 21.81%

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 21.81%
G = 22.25%
B = 55.95%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6365FE (or 0x6365FE) is known color: Medium Slate Blue. HEX triplet: 63, 65 and FE. RGB value is (99,101,254). Sum of RGB (Red+Green+Blue) = 99+101+254=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #6365FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6365FE is #9C9A01. Grayscale: #757575. Windows color (decimal): -10263042 or 16672099. OLE color: 16672099.

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

Color convert

RGB 99 101 254 -
CMYK 0.61 0.60 0 0.00
HSL 239.23º 0.99% 0.69% -
HSV(B) 239.23º 0.61% 1% -
XYZ 27.69 19.12 96 -
YUV 117.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 99 101 254 0.61 0.60 0 0.00 239.23 0.99 0.69
Hex 63 65 FE 3D 3C 0 0 EF 63 45
Octal 143 145 376 75 74 0 0 357 143 105
Binary 1100011 1100101 11111110 111101 111100 0 0 11101111 1100011 1000101

Color Harmonies of #6365FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365FE

Black with #6365FE

Text Example


Text Example

White with #6365FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6365FE; }

 p { color: rgb(99,101,254); }

 H1.HeaderClassName
 {
   color: #6365FE;
 }
 .AnyTagClassName
 {
   color: #6365FE;
 }
</style>

background-color css

<style>
 a { background-color: #6365FE; }

 a { background-color: rgb(99,101,254); }

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

border-color css

<style>
 span { border-color: #6365FE; }

 span { border-color: rgb(99,101,254); }

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