Html Css Color HEX #6772EB Medium Slate Blue

📋 copy color: '#6772EB'

red 103 ◦ green 114 ◦ blue 235

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

Shades of Medium Slate Blue #6772EB

Tints of Medium Slate Blue #6772EB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 22.79%
G = 25.22%
B = 51.99%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6772EB (or 0x6772EB) is known color: Medium Slate Blue. HEX triplet: 67, 72 and EB. RGB value is (103,114,235). Sum of RGB (Red+Green+Blue) = 103+114+235=452 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.79% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #6772EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6772EB is #988D14. Grayscale: #7C7C7C. Windows color (decimal): -9997589 or 15430247. OLE color: 15430247.

HSL color Cylindrical-coordinate representation of color #6772EB: hue angle of 235º 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 #6772EB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 114 235 -
CMYK 0.56 0.51 0 0.08
HSL 235º 0.77% 0.66% -
HSV(B) 235º 0.56% 0.92% -
XYZ 26.61 20.92 81.23 -
YUV 124.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 103 114 235 0.56 0.51 0 0.08 235 0.77 0.66
Hex 67 72 EB 38 33 0 8 EB 4D 42
Octal 147 162 353 70 63 0 10 353 115 102
Binary 1100111 1110010 11101011 111000 110011 0 1000 11101011 1001101 1000010

Color Harmonies of #6772EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6772EB

Black with #6772EB

Text Example


Text Example

White with #6772EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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