Html Css Color HEX #6971EA Medium Slate Blue

📋 copy color: '#6971EA'

red 105 ◦ green 113 ◦ blue 234

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

Shades of Medium Slate Blue #6971EA

Tints of Medium Slate Blue #6971EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 23.23%
G = 25%
B = 51.77%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6971EA (or 0x6971EA) is known color: Medium Slate Blue. HEX triplet: 69, 71 and EA. RGB value is (105,113,234). Sum of RGB (Red+Green+Blue) = 105+113+234=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #6971EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971EA is #968E15. Grayscale: #7B7B7B. Windows color (decimal): -9866774 or 15364457. OLE color: 15364457.

HSL color Cylindrical-coordinate representation of color #6971EA: hue angle of 236.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6971EA is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 113 234 -
CMYK 0.55 0.52 0 0.08
HSL 236.28º 0.75% 0.66% -
HSV(B) 236.28º 0.55% 0.92% -
XYZ 26.58 20.75 80.45 -
YUV 124.4 189.85 114.16 -
System Red Green Blue C M Y K H S L
Decimal 105 113 234 0.55 0.52 0 0.08 236.28 0.75 0.66
Hex 69 71 EA 37 34 0 8 EC 4B 42
Octal 151 161 352 67 64 0 10 354 113 102
Binary 1101001 1110001 11101010 110111 110100 0 1000 11101100 1001011 1000010

Color Harmonies of #6971EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971EA

Black with #6971EA

Text Example


Text Example

White with #6971EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6971EA; }

 p { color: rgb(105,113,234); }

 H1.HeaderClassName
 {
   color: #6971EA;
 }
 .AnyTagClassName
 {
   color: #6971EA;
 }
</style>

background-color css

<style>
 a { background-color: #6971EA; }

 a { background-color: rgb(105,113,234); }

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

border-color css

<style>
 span { border-color: #6971EA; }

 span { border-color: rgb(105,113,234); }

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