Html Css Color HEX #6372F0 Medium Slate Blue

📋 copy color: '#6372F0'

red 99 ◦ green 114 ◦ blue 240

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

Shades of Medium Slate Blue #6372F0

Tints of Medium Slate Blue #6372F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.98%

R = 21.85%
G = 25.17%
B = 52.98%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6372F0 (or 0x6372F0) is known color: Medium Slate Blue. HEX triplet: 63, 72 and F0. RGB value is (99,114,240). Sum of RGB (Red+Green+Blue) = 99+114+240=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #6372F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6372F0 is #9C8D0F. Grayscale: #7B7B7B. Windows color (decimal): -10259728 or 15757923. OLE color: 15757923.

HSL color Cylindrical-coordinate representation of color #6372F0: hue angle of 233.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6372F0 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 114 240 -
CMYK 0.59 0.52 0 0.06
HSL 233.62º 0.82% 0.66% -
HSV(B) 233.62º 0.59% 0.94% -
XYZ 26.89 20.98 85.07 -
YUV 123.88 193.53 110.25 -
System Red Green Blue C M Y K H S L
Decimal 99 114 240 0.59 0.52 0 0.06 233.62 0.82 0.66
Hex 63 72 F0 3B 34 0 6 EA 52 42
Octal 143 162 360 73 64 0 6 352 122 102
Binary 1100011 1110010 11110000 111011 110100 0 110 11101010 1010010 1000010

Color Harmonies of #6372F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6372F0

Black with #6372F0

Text Example


Text Example

White with #6372F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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