Html Css Color HEX #6D45CD Slate Blue

📋 copy color: '#6D45CD'

red 109 ◦ green 69 ◦ blue 205

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

Shades of Slate Blue #6D45CD

Tints of Slate Blue #6D45CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 28.46%
G = 18.02%
B = 53.52%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D45CD (or 0x6D45CD) is known color: Slate Blue. HEX triplet: 6D, 45 and CD. RGB value is (109,69,205). Sum of RGB (Red+Green+Blue) = 109+69+205=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45CD is #92BA32. Grayscale: #5F5F5F. Windows color (decimal): -9615923 or 13452653. OLE color: 13452653.

HSL color Cylindrical-coordinate representation of color #6D45CD: hue angle of 257.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D45CD is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 69 205 -
CMYK 0.47 0.66 0 0.20
HSL 257.65º 0.58% 0.54% -
HSV(B) 257.65º 0.66% 0.8% -
XYZ 19.45 11.92 59.03 -
YUV 96.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 109 69 205 0.47 0.66 0 0.20 257.65 0.58 0.54
Hex 6D 45 CD 2F 42 0 14 102 3A 36
Octal 155 105 315 57 102 0 24 402 72 66
Binary 1101101 1000101 11001101 101111 1000010 0 10100 100000010 111010 110110

Color Harmonies of #6D45CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45CD

Black with #6D45CD

Text Example


Text Example

White with #6D45CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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