Html Css Color HEX #6844DE Slate Blue

📋 copy color: '#6844DE'

red 104 ◦ green 68 ◦ blue 222

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

Shades of Slate Blue #6844DE

Tints of Slate Blue #6844DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 26.4%
G = 17.26%
B = 56.35%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6844DE (or 0x6844DE) is known color: Slate Blue. HEX triplet: 68, 44 and DE. RGB value is (104,68,222). Sum of RGB (Red+Green+Blue) = 104+68+222=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #6844DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844DE is #97BB21. Grayscale: #5F5F5F. Windows color (decimal): -9943842 or 14566504. OLE color: 14566504.

HSL color Cylindrical-coordinate representation of color #6844DE: hue angle of 254.03º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6844DE is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 68 222 -
CMYK 0.53 0.69 0 0.13
HSL 254.03º 0.7% 0.57% -
HSV(B) 254.03º 0.69% 0.87% -
XYZ 20.96 12.35 70.39 -
YUV 96.32 198.93 133.48 -
System Red Green Blue C M Y K H S L
Decimal 104 68 222 0.53 0.69 0 0.13 254.03 0.7 0.57
Hex 68 44 DE 35 45 0 D FE 46 39
Octal 150 104 336 65 105 0 15 376 106 71
Binary 1101000 1000100 11011110 110101 1000101 0 1101 11111110 1000110 111001

Color Harmonies of #6844DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844DE

Black with #6844DE

Text Example


Text Example

White with #6844DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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