Html Css Color HEX #6274EC Medium Slate Blue

📋 copy color: '#6274EC'

red 98 ◦ green 116 ◦ blue 236

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

Shades of Medium Slate Blue #6274EC

Tints of Medium Slate Blue #6274EC

RGB

 RED value IS 98 (38.67% from 255) = 21.78%

 GREEN value IS 116 (45.7% from 255) = 25.78%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 21.78%
G = 25.78%
B = 52.44%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6274EC (or 0x6274EC) is known color: Medium Slate Blue. HEX triplet: 62, 74 and EC. RGB value is (98,116,236). Sum of RGB (Red+Green+Blue) = 98+116+236=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #6274EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6274EC is #9D8B13. Grayscale: #7B7B7B. Windows color (decimal): -10324756 or 15496290. OLE color: 15496290.

HSL color Cylindrical-coordinate representation of color #6274EC: hue angle of 232.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6274EC is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 116 236 -
CMYK 0.58 0.51 0 0.07
HSL 232.17º 0.78% 0.65% -
HSV(B) 232.17º 0.58% 0.93% -
XYZ 26.42 21.14 82.05 -
YUV 124.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 98 116 236 0.58 0.51 0 0.07 232.17 0.78 0.65
Hex 62 74 EC 3A 33 0 7 E8 4E 41
Octal 142 164 354 72 63 0 7 350 116 101
Binary 1100010 1110100 11101100 111010 110011 0 111 11101000 1001110 1000001

Color Harmonies of #6274EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274EC

Black with #6274EC

Text Example


Text Example

White with #6274EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6274EC; }

 p { color: rgb(98,116,236); }

 H1.HeaderClassName
 {
   color: #6274EC;
 }
 .AnyTagClassName
 {
   color: #6274EC;
 }
</style>

background-color css

<style>
 a { background-color: #6274EC; }

 a { background-color: rgb(98,116,236); }

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

border-color css

<style>
 span { border-color: #6274EC; }

 span { border-color: rgb(98,116,236); }

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