Html Css Color HEX #6970F2 Medium Slate Blue

📋 copy color: '#6970F2'

red 105 ◦ green 112 ◦ blue 242

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

Shades of Medium Slate Blue #6970F2

Tints of Medium Slate Blue #6970F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.72%

R = 22.88%
G = 24.4%
B = 52.72%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6970F2 (or 0x6970F2) is known color: Medium Slate Blue. HEX triplet: 69, 70 and F2. RGB value is (105,112,242). Sum of RGB (Red+Green+Blue) = 105+112+242=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #6970F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970F2 is #968F0D. Grayscale: #7C7C7C. Windows color (decimal): -9867022 or 15888489. OLE color: 15888489.

HSL color Cylindrical-coordinate representation of color #6970F2: hue angle of 236.93º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6970F2 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 112 242 -
CMYK 0.57 0.54 0 0.05
HSL 236.93º 0.84% 0.68% -
HSV(B) 236.93º 0.57% 0.95% -
XYZ 27.65 21 86.6 -
YUV 124.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 105 112 242 0.57 0.54 0 0.05 236.93 0.84 0.68
Hex 69 70 F2 39 36 0 5 ED 54 44
Octal 151 160 362 71 66 0 5 355 124 104
Binary 1101001 1110000 11110010 111001 110110 0 101 11101101 1010100 1000100

Color Harmonies of #6970F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970F2

Black with #6970F2

Text Example


Text Example

White with #6970F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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