Html Css Color HEX #6972EB Medium Slate Blue

📋 copy color: '#6972EB'

red 105 ◦ green 114 ◦ blue 235

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

Shades of Medium Slate Blue #6972EB

Tints of Medium Slate Blue #6972EB

RGB

 RED value IS 105 (41.41% from 255) = 23.13%

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 23.13%
G = 25.11%
B = 51.76%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6972EB (or 0x6972EB) is known color: Medium Slate Blue. HEX triplet: 69, 72 and EB. RGB value is (105,114,235). Sum of RGB (Red+Green+Blue) = 105+114+235=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #6972EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6972EB is #968D14. Grayscale: #7C7C7C. Windows color (decimal): -9866517 or 15430249. OLE color: 15430249.

HSL color Cylindrical-coordinate representation of color #6972EB: hue angle of 235.85º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6972EB is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 114 235 -
CMYK 0.55 0.51 0 0.08
HSL 235.85º 0.76% 0.67% -
HSV(B) 235.85º 0.55% 0.92% -
XYZ 26.84 21.04 81.24 -
YUV 125.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 105 114 235 0.55 0.51 0 0.08 235.85 0.76 0.67
Hex 69 72 EB 37 33 0 8 EC 4C 43
Octal 151 162 353 67 63 0 10 354 114 103
Binary 1101001 1110010 11101011 110111 110011 0 1000 11101100 1001100 1000011

Color Harmonies of #6972EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972EB

Black with #6972EB

Text Example


Text Example

White with #6972EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6972EB; }

 p { color: rgb(105,114,235); }

 H1.HeaderClassName
 {
   color: #6972EB;
 }
 .AnyTagClassName
 {
   color: #6972EB;
 }
</style>

background-color css

<style>
 a { background-color: #6972EB; }

 a { background-color: rgb(105,114,235); }

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

border-color css

<style>
 span { border-color: #6972EB; }

 span { border-color: rgb(105,114,235); }

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