Html Css Color HEX #6843DD Slate Blue

📋 copy color: '#6843DD'

red 104 ◦ green 67 ◦ blue 221

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

Shades of Slate Blue #6843DD

Tints of Slate Blue #6843DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 26.53%
G = 17.09%
B = 56.38%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6843DD (or 0x6843DD) is known color: Slate Blue. HEX triplet: 68, 43 and DD. RGB value is (104,67,221). Sum of RGB (Red+Green+Blue) = 104+67+221=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #6843DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6843DD is #97BC22. Grayscale: #5F5F5F. Windows color (decimal): -9944099 or 14500712. OLE color: 14500712.

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

Color convert

RGB 104 67 221 -
CMYK 0.53 0.70 0 0.13
HSL 254.42º 0.69% 0.56% -
HSV(B) 254.42º 0.7% 0.87% -
XYZ 20.77 12.18 69.66 -
YUV 95.62 198.76 133.98 -
System Red Green Blue C M Y K H S L
Decimal 104 67 221 0.53 0.70 0 0.13 254.42 0.69 0.56
Hex 68 43 DD 35 46 0 D FE 45 38
Octal 150 103 335 65 106 0 15 376 105 70
Binary 1101000 1000011 11011101 110101 1000110 0 1101 11111110 1000101 111000

Color Harmonies of #6843DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6843DD

Black with #6843DD

Text Example


Text Example

White with #6843DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6843DD; }

 p { color: rgb(104,67,221); }

 H1.HeaderClassName
 {
   color: #6843DD;
 }
 .AnyTagClassName
 {
   color: #6843DD;
 }
</style>

background-color css

<style>
 a { background-color: #6843DD; }

 a { background-color: rgb(104,67,221); }

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

border-color css

<style>
 span { border-color: #6843DD; }

 span { border-color: rgb(104,67,221); }

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