Html Css Color HEX #6756EA Medium Slate Blue

📋 copy color: '#6756EA'

red 103 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #6756EA

Tints of Medium Slate Blue #6756EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 24.35%
G = 20.33%
B = 55.32%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6756EA (or 0x6756EA) is known color: Medium Slate Blue. HEX triplet: 67, 56 and EA. RGB value is (103,86,234). Sum of RGB (Red+Green+Blue) = 103+86+234=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #6756EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756EA is #98A915. Grayscale: #6B6B6B. Windows color (decimal): -10004758 or 15357543. OLE color: 15357543.

HSL color Cylindrical-coordinate representation of color #6756EA: hue angle of 246.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6756EA is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 86 234 -
CMYK 0.56 0.63 0 0.08
HSL 246.89º 0.78% 0.63% -
HSV(B) 246.89º 0.63% 0.92% -
XYZ 23.77 15.48 79.58 -
YUV 107.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 103 86 234 0.56 0.63 0 0.08 246.89 0.78 0.63
Hex 67 56 EA 38 3F 0 8 F7 4E 3F
Octal 147 126 352 70 77 0 10 367 116 77
Binary 1100111 1010110 11101010 111000 111111 0 1000 11110111 1001110 111111

Color Harmonies of #6756EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756EA

Black with #6756EA

Text Example


Text Example

White with #6756EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6756EA; }

 p { color: rgb(103,86,234); }

 H1.HeaderClassName
 {
   color: #6756EA;
 }
 .AnyTagClassName
 {
   color: #6756EA;
 }
</style>

background-color css

<style>
 a { background-color: #6756EA; }

 a { background-color: rgb(103,86,234); }

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

border-color css

<style>
 span { border-color: #6756EA; }

 span { border-color: rgb(103,86,234); }

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