Html Css Color HEX #6770E1 Medium Slate Blue

📋 copy color: '#6770E1'

red 103 ◦ green 112 ◦ blue 225

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

Shades of Medium Slate Blue #6770E1

Tints of Medium Slate Blue #6770E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.14%

R = 23.41%
G = 25.45%
B = 51.14%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6770E1 (or 0x6770E1) is known color: Medium Slate Blue. HEX triplet: 67, 70 and E1. RGB value is (103,112,225). Sum of RGB (Red+Green+Blue) = 103+112+225=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #6770E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770E1 is #988F1E. Grayscale: #797979. Windows color (decimal): -9998111 or 14774375. OLE color: 14774375.

HSL color Cylindrical-coordinate representation of color #6770E1: hue angle of 235.57º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6770E1 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 103 112 225 -
CMYK 0.54 0.50 0 0.12
HSL 235.57º 0.67% 0.64% -
HSV(B) 235.57º 0.54% 0.88% -
XYZ 24.98 19.91 73.76 -
YUV 122.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 103 112 225 0.54 0.50 0 0.12 235.57 0.67 0.64
Hex 67 70 E1 36 32 0 C EC 43 40
Octal 147 160 341 66 62 0 14 354 103 100
Binary 1100111 1110000 11100001 110110 110010 0 1100 11101100 1000011 1000000

Color Harmonies of #6770E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770E1

Black with #6770E1

Text Example


Text Example

White with #6770E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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