Html Css Color HEX #6970F8 Medium Slate Blue

📋 copy color: '#6970F8'

red 105 ◦ green 112 ◦ blue 248

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

Shades of Medium Slate Blue #6970F8

Tints of Medium Slate Blue #6970F8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

 BLUE value IS 248 (97.27% from 255) = 53.33%

R = 22.58%
G = 24.09%
B = 53.33%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6970F8 (or 0x6970F8) is known color: Medium Slate Blue. HEX triplet: 69, 70 and F8. RGB value is (105,112,248). Sum of RGB (Red+Green+Blue) = 105+112+248=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #6970F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970F8 is #968F07. Grayscale: #7C7C7C. Windows color (decimal): -9867016 or 16281705. OLE color: 16281705.

HSL color Cylindrical-coordinate representation of color #6970F8: hue angle of 237.06º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6970F8 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 105 112 248 -
CMYK 0.58 0.55 0 0.03
HSL 237.06º 0.91% 0.69% -
HSV(B) 237.06º 0.58% 0.97% -
XYZ 28.56 21.37 91.43 -
YUV 125.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 105 112 248 0.58 0.55 0 0.03 237.06 0.91 0.69
Hex 69 70 F8 3A 37 0 3 ED 5B 45
Octal 151 160 370 72 67 0 3 355 133 105
Binary 1101001 1110000 11111000 111010 110111 0 11 11101101 1011011 1000101

Color Harmonies of #6970F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970F8

Black with #6970F8

Text Example


Text Example

White with #6970F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6970F8; }

 p { color: rgb(105,112,248); }

 H1.HeaderClassName
 {
   color: #6970F8;
 }
 .AnyTagClassName
 {
   color: #6970F8;
 }
</style>

background-color css

<style>
 a { background-color: #6970F8; }

 a { background-color: rgb(105,112,248); }

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

border-color css

<style>
 span { border-color: #6970F8; }

 span { border-color: rgb(105,112,248); }

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