Html Css Color HEX #6D44CB Slate Blue

📋 copy color: '#6D44CB'

red 109 ◦ green 68 ◦ blue 203

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

Shades of Slate Blue #6D44CB

Tints of Slate Blue #6D44CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 28.68%
G = 17.89%
B = 53.42%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D44CB (or 0x6D44CB) is known color: Slate Blue. HEX triplet: 6D, 44 and CB. RGB value is (109,68,203). Sum of RGB (Red+Green+Blue) = 109+68+203=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D44CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D44CB is #92BB34. Grayscale: #5F5F5F. Windows color (decimal): -9616181 or 13321325. OLE color: 13321325.

HSL color Cylindrical-coordinate representation of color #6D44CB: hue angle of 258.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D44CB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 68 203 -
CMYK 0.46 0.67 0 0.20
HSL 258.22º 0.56% 0.53% -
HSV(B) 258.22º 0.67% 0.8% -
XYZ 19.15 11.7 57.75 -
YUV 95.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 109 68 203 0.46 0.67 0 0.20 258.22 0.56 0.53
Hex 6D 44 CB 2E 43 0 14 102 38 35
Octal 155 104 313 56 103 0 24 402 70 65
Binary 1101101 1000100 11001011 101110 1000011 0 10100 100000010 111000 110101

Color Harmonies of #6D44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D44CB

Black with #6D44CB

Text Example


Text Example

White with #6D44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,68,203); }

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

background-color css

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

 a { background-color: rgb(109,68,203); }

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

border-color css

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

 span { border-color: rgb(109,68,203); }

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