Html Css Color HEX #6844CD Slate Blue

📋 copy color: '#6844CD'

red 104 ◦ green 68 ◦ blue 205

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

Shades of Slate Blue #6844CD

Tints of Slate Blue #6844CD

RGB

 RED value IS 104 (41.02% from 255) = 27.59%

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

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

R = 27.59%
G = 18.04%
B = 54.38%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6844CD (or 0x6844CD) is known color: Slate Blue. HEX triplet: 68, 44 and CD. RGB value is (104,68,205). Sum of RGB (Red+Green+Blue) = 104+68+205=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #6844CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844CD is #97BB32. Grayscale: #5D5D5D. Windows color (decimal): -9943859 or 13452392. OLE color: 13452392.

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

Color convert

RGB 104 68 205 -
CMYK 0.49 0.67 0 0.20
HSL 255.77º 0.58% 0.54% -
HSV(B) 255.77º 0.67% 0.8% -
XYZ 18.8 11.49 58.98 -
YUV 94.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 104 68 205 0.49 0.67 0 0.20 255.77 0.58 0.54
Hex 68 44 CD 31 43 0 14 100 3A 36
Octal 150 104 315 61 103 0 24 400 72 66
Binary 1101000 1000100 11001101 110001 1000011 0 10100 100000000 111010 110110

Color Harmonies of #6844CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844CD

Black with #6844CD

Text Example


Text Example

White with #6844CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6844CD; }

 p { color: rgb(104,68,205); }

 H1.HeaderClassName
 {
   color: #6844CD;
 }
 .AnyTagClassName
 {
   color: #6844CD;
 }
</style>

background-color css

<style>
 a { background-color: #6844CD; }

 a { background-color: rgb(104,68,205); }

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

border-color css

<style>
 span { border-color: #6844CD; }

 span { border-color: rgb(104,68,205); }

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