Html Css Color HEX #6A72EC Medium Slate Blue

📋 copy color: '#6A72EC'

red 106 ◦ green 114 ◦ blue 236

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

Shades of Medium Slate Blue #6A72EC

Tints of Medium Slate Blue #6A72EC

RGB

 RED value IS 106 (41.8% from 255) = 23.25%

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

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

R = 23.25%
G = 25%
B = 51.75%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A72EC (or 0x6A72EC) is known color: Medium Slate Blue. HEX triplet: 6A, 72 and EC. RGB value is (106,114,236). Sum of RGB (Red+Green+Blue) = 106+114+236=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A72EC is #958D13. Grayscale: #7D7D7D. Windows color (decimal): -9800980 or 15495786. OLE color: 15495786.

HSL color Cylindrical-coordinate representation of color #6A72EC: hue angle of 236.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A72EC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 114 236 -
CMYK 0.55 0.52 0 0.07
HSL 236.31º 0.77% 0.67% -
HSV(B) 236.31º 0.55% 0.93% -
XYZ 27.1 21.15 82.01 -
YUV 125.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 106 114 236 0.55 0.52 0 0.07 236.31 0.77 0.67
Hex 6A 72 EC 37 34 0 7 EC 4D 43
Octal 152 162 354 67 64 0 7 354 115 103
Binary 1101010 1110010 11101100 110111 110100 0 111 11101100 1001101 1000011

Color Harmonies of #6A72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A72EC

Black with #6A72EC

Text Example


Text Example

White with #6A72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A72EC; }

 p { color: rgb(106,114,236); }

 H1.HeaderClassName
 {
   color: #6A72EC;
 }
 .AnyTagClassName
 {
   color: #6A72EC;
 }
</style>

background-color css

<style>
 a { background-color: #6A72EC; }

 a { background-color: rgb(106,114,236); }

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

border-color css

<style>
 span { border-color: #6A72EC; }

 span { border-color: rgb(106,114,236); }

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