Html Css Color HEX #6770E4 Medium Slate Blue

📋 copy color: '#6770E4'

red 103 ◦ green 112 ◦ blue 228

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

Shades of Medium Slate Blue #6770E4

Tints of Medium Slate Blue #6770E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.47%

R = 23.25%
G = 25.28%
B = 51.47%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6770E4 (or 0x6770E4) is known color: Medium Slate Blue. HEX triplet: 67, 70 and E4. RGB value is (103,112,228). Sum of RGB (Red+Green+Blue) = 103+112+228=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 228 (89.45% from 255 or 51.47% from 443); Max value from RGB is 228 - color contains mainly: blue. Hex color #6770E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770E4 is #988F1B. Grayscale: #7A7A7A. Windows color (decimal): -9998108 or 14970983. OLE color: 14970983.

HSL color Cylindrical-coordinate representation of color #6770E4: hue angle of 235.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6770E4 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 103 112 228 -
CMYK 0.55 0.51 0 0.11
HSL 235.68º 0.7% 0.65% -
HSV(B) 235.68º 0.55% 0.89% -
XYZ 25.39 20.07 75.94 -
YUV 122.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 103 112 228 0.55 0.51 0 0.11 235.68 0.7 0.65
Hex 67 70 E4 37 33 0 B EC 46 41
Octal 147 160 344 67 63 0 13 354 106 101
Binary 1100111 1110000 11100100 110111 110011 0 1011 11101100 1000110 1000001

Color Harmonies of #6770E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770E4

Black with #6770E4

Text Example


Text Example

White with #6770E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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