Html Css Color HEX #6770EF Medium Slate Blue

📋 copy color: '#6770EF'

red 103 ◦ green 112 ◦ blue 239

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

Shades of Medium Slate Blue #6770EF

Tints of Medium Slate Blue #6770EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 22.69%
G = 24.67%
B = 52.64%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6770EF (or 0x6770EF) is known color: Medium Slate Blue. HEX triplet: 67, 70 and EF. RGB value is (103,112,239). Sum of RGB (Red+Green+Blue) = 103+112+239=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #6770EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6770EF is #988F10. Grayscale: #7B7B7B. Windows color (decimal): -9998097 or 15691879. OLE color: 15691879.

HSL color Cylindrical-coordinate representation of color #6770EF: hue angle of 236.03º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6770EF is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 103 112 239 -
CMYK 0.57 0.53 0 0.06
HSL 236.03º 0.81% 0.67% -
HSV(B) 236.03º 0.57% 0.94% -
XYZ 26.97 20.7 84.24 -
YUV 123.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 103 112 239 0.57 0.53 0 0.06 236.03 0.81 0.67
Hex 67 70 EF 39 35 0 6 EC 51 43
Octal 147 160 357 71 65 0 6 354 121 103
Binary 1100111 1110000 11101111 111001 110101 0 110 11101100 1010001 1000011

Color Harmonies of #6770EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770EF

Black with #6770EF

Text Example


Text Example

White with #6770EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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