Html Css Color HEX #6D45EB Slate Blue

📋 copy color: '#6D45EB'

red 109 ◦ green 69 ◦ blue 235

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

Shades of Slate Blue #6D45EB

Tints of Slate Blue #6D45EB

RGB

 RED value IS 109 (42.97% from 255) = 26.39%

 GREEN value IS 69 (27.34% from 255) = 16.71%

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

R = 26.39%
G = 16.71%
B = 56.9%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D45EB (or 0x6D45EB) is known color: Slate Blue. HEX triplet: 6D, 45 and EB. RGB value is (109,69,235). Sum of RGB (Red+Green+Blue) = 109+69+235=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D45EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D45EB is #92BA14. Grayscale: #636363. Windows color (decimal): -9615893 or 15418733. OLE color: 15418733.

HSL color Cylindrical-coordinate representation of color #6D45EB: hue angle of 254.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D45EB is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 69 235 -
CMYK 0.54 0.71 0 0.08
HSL 254.46º 0.81% 0.6% -
HSV(B) 254.46º 0.71% 0.92% -
XYZ 23.43 13.51 79.97 -
YUV 99.88 204.25 134.5 -
System Red Green Blue C M Y K H S L
Decimal 109 69 235 0.54 0.71 0 0.08 254.46 0.81 0.6
Hex 6D 45 EB 36 47 0 8 FE 51 3C
Octal 155 105 353 66 107 0 10 376 121 74
Binary 1101101 1000101 11101011 110110 1000111 0 1000 11111110 1010001 111100

Color Harmonies of #6D45EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45EB

Black with #6D45EB

Text Example


Text Example

White with #6D45EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D45EB; }

 p { color: rgb(109,69,235); }

 H1.HeaderClassName
 {
   color: #6D45EB;
 }
 .AnyTagClassName
 {
   color: #6D45EB;
 }
</style>

background-color css

<style>
 a { background-color: #6D45EB; }

 a { background-color: rgb(109,69,235); }

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

border-color css

<style>
 span { border-color: #6D45EB; }

 span { border-color: rgb(109,69,235); }

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