Html Css Color HEX #6A70EB Medium Slate Blue

📋 copy color: '#6A70EB'

red 106 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #6A70EB

Tints of Medium Slate Blue #6A70EB

RGB

 RED value IS 106 (41.8% from 255) = 23.4%

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

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

R = 23.4%
G = 24.72%
B = 51.88%

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

#6A70EB (or 0x6A70EB) is known color: Medium Slate Blue. HEX triplet: 6A, 70 and EB. RGB value is (106,112,235). Sum of RGB (Red+Green+Blue) = 106+112+235=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A70EB is #958F14. Grayscale: #7B7B7B. Windows color (decimal): -9801493 or 15429738. OLE color: 15429738.

HSL color Cylindrical-coordinate representation of color #6A70EB: hue angle of 237.21º 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 #6A70EB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 112 235 -
CMYK 0.55 0.52 0 0.08
HSL 237.21º 0.76% 0.67% -
HSV(B) 237.21º 0.55% 0.92% -
XYZ 26.73 20.65 81.17 -
YUV 124.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 106 112 235 0.55 0.52 0 0.08 237.21 0.76 0.67
Hex 6A 70 EB 37 34 0 8 ED 4C 43
Octal 152 160 353 67 64 0 10 355 114 103
Binary 1101010 1110000 11101011 110111 110100 0 1000 11101101 1001100 1000011

Color Harmonies of #6A70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A70EB

Black with #6A70EB

Text Example


Text Example

White with #6A70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A70EB; }

 p { color: rgb(106,112,235); }

 H1.HeaderClassName
 {
   color: #6A70EB;
 }
 .AnyTagClassName
 {
   color: #6A70EB;
 }
</style>

background-color css

<style>
 a { background-color: #6A70EB; }

 a { background-color: rgb(106,112,235); }

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

border-color css

<style>
 span { border-color: #6A70EB; }

 span { border-color: rgb(106,112,235); }

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