Html Css Color HEX #6770DE Medium Slate Blue

📋 copy color: '#6770DE'

red 103 ◦ green 112 ◦ blue 222

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

Shades of Medium Slate Blue #6770DE

Tints of Medium Slate Blue #6770DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 23.57%
G = 25.63%
B = 50.8%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6770DE (or 0x6770DE) is known color: Medium Slate Blue. HEX triplet: 67, 70 and DE. RGB value is (103,112,222). Sum of RGB (Red+Green+Blue) = 103+112+222=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #6770DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770DE is #988F21. Grayscale: #797979. Windows color (decimal): -9998114 or 14577767. OLE color: 14577767.

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

Color convert

RGB 103 112 222 -
CMYK 0.54 0.50 0 0.13
HSL 235.46º 0.64% 0.64% -
HSV(B) 235.46º 0.54% 0.87% -
XYZ 24.57 19.75 71.62 -
YUV 121.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 103 112 222 0.54 0.50 0 0.13 235.46 0.64 0.64
Hex 67 70 DE 36 32 0 D EB 40 40
Octal 147 160 336 66 62 0 15 353 100 100
Binary 1100111 1110000 11011110 110110 110010 0 1101 11101011 1000000 1000000

Color Harmonies of #6770DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770DE

Black with #6770DE

Text Example


Text Example

White with #6770DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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