Html Css Color HEX #6775EB Medium Slate Blue

📋 copy color: '#6775EB'

red 103 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #6775EB

Tints of Medium Slate Blue #6775EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 22.64%
G = 25.71%
B = 51.65%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6775EB (or 0x6775EB) is known color: Medium Slate Blue. HEX triplet: 67, 75 and EB. RGB value is (103,117,235). Sum of RGB (Red+Green+Blue) = 103+117+235=455 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.64% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #6775EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6775EB is #988A14. Grayscale: #7D7D7D. Windows color (decimal): -9996821 or 15431015. OLE color: 15431015.

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

Color convert

RGB 103 117 235 -
CMYK 0.56 0.50 0 0.08
HSL 233.64º 0.77% 0.66% -
HSV(B) 233.64º 0.56% 0.92% -
XYZ 26.95 21.6 81.35 -
YUV 126.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 103 117 235 0.56 0.50 0 0.08 233.64 0.77 0.66
Hex 67 75 EB 38 32 0 8 EA 4D 42
Octal 147 165 353 70 62 0 10 352 115 102
Binary 1100111 1110101 11101011 111000 110010 0 1000 11101010 1001101 1000010

Color Harmonies of #6775EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775EB

Black with #6775EB

Text Example


Text Example

White with #6775EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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