Html Css Color HEX #6770EB Medium Slate Blue

📋 copy color: '#6770EB'

red 103 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #6770EB

Tints of Medium Slate Blue #6770EB

RGB

 RED value IS 103 (40.63% from 255) = 22.89%

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

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

R = 22.89%
G = 24.89%
B = 52.22%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6770EB (or 0x6770EB) is known color: Medium Slate Blue. HEX triplet: 67, 70 and EB. RGB value is (103,112,235). Sum of RGB (Red+Green+Blue) = 103+112+235=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #6770EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6770EB is #988F14. Grayscale: #7A7A7A. Windows color (decimal): -9998101 or 15429735. OLE color: 15429735.

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

Color convert

RGB 103 112 235 -
CMYK 0.56 0.52 0 0.08
HSL 235.91º 0.77% 0.66% -
HSV(B) 235.91º 0.56% 0.92% -
XYZ 26.38 20.47 81.16 -
YUV 123.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 103 112 235 0.56 0.52 0 0.08 235.91 0.77 0.66
Hex 67 70 EB 38 34 0 8 EC 4D 42
Octal 147 160 353 70 64 0 10 354 115 102
Binary 1100111 1110000 11101011 111000 110100 0 1000 11101100 1001101 1000010

Color Harmonies of #6770EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770EB

Black with #6770EB

Text Example


Text Example

White with #6770EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6770EB; }

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

 H1.HeaderClassName
 {
   color: #6770EB;
 }
 .AnyTagClassName
 {
   color: #6770EB;
 }
</style>

background-color css

<style>
 a { background-color: #6770EB; }

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

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

border-color css

<style>
 span { border-color: #6770EB; }

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

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