Html Css Color HEX #6372FE Medium Slate Blue

📋 copy color: '#6372FE'

red 99 ◦ green 114 ◦ blue 254

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

Shades of Medium Slate Blue #6372FE

Tints of Medium Slate Blue #6372FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 21.2%
G = 24.41%
B = 54.39%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6372FE (or 0x6372FE) is known color: Medium Slate Blue. HEX triplet: 63, 72 and FE. RGB value is (99,114,254). Sum of RGB (Red+Green+Blue) = 99+114+254=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #6372FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6372FE is #9C8D01. Grayscale: #7C7C7C. Windows color (decimal): -10259714 or 16675427. OLE color: 16675427.

HSL color Cylindrical-coordinate representation of color #6372FE: hue angle of 234.19º 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 #6372FE is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 114 254 -
CMYK 0.61 0.55 0 0.00
HSL 234.19º 0.99% 0.69% -
HSV(B) 234.19º 0.61% 1% -
XYZ 29.05 21.84 96.45 -
YUV 125.48 200.53 109.12 -
System Red Green Blue C M Y K H S L
Decimal 99 114 254 0.61 0.55 0 0.00 234.19 0.99 0.69
Hex 63 72 FE 3D 37 0 0 EA 63 45
Octal 143 162 376 75 67 0 0 352 143 105
Binary 1100011 1110010 11111110 111101 110111 0 0 11101010 1100011 1000101

Color Harmonies of #6372FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6372FE

Black with #6372FE

Text Example


Text Example

White with #6372FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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