Html Css Color HEX #6971FB Medium Slate Blue

📋 copy color: '#6971FB'

red 105 ◦ green 113 ◦ blue 251

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

Shades of Medium Slate Blue #6971FB

Tints of Medium Slate Blue #6971FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 22.39%
G = 24.09%
B = 53.52%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6971FB (or 0x6971FB) is known color: Medium Slate Blue. HEX triplet: 69, 71 and FB. RGB value is (105,113,251). Sum of RGB (Red+Green+Blue) = 105+113+251=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #6971FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971FB is #968E04. Grayscale: #7D7D7D. Windows color (decimal): -9866757 or 16478569. OLE color: 16478569.

HSL color Cylindrical-coordinate representation of color #6971FB: hue angle of 236.71º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6971FB is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 113 251 -
CMYK 0.58 0.55 0 0.02
HSL 236.71º 0.95% 0.7% -
HSV(B) 236.71º 0.58% 0.98% -
XYZ 29.14 21.78 93.93 -
YUV 126.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 105 113 251 0.58 0.55 0 0.02 236.71 0.95 0.7
Hex 69 71 FB 3A 37 0 2 ED 5F 46
Octal 151 161 373 72 67 0 2 355 137 106
Binary 1101001 1110001 11111011 111010 110111 0 10 11101101 1011111 1000110

Color Harmonies of #6971FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971FB

Black with #6971FB

Text Example


Text Example

White with #6971FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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