Html Css Color HEX #6842DD Slate Blue

📋 copy color: '#6842DD'

red 104 ◦ green 66 ◦ blue 221

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

Shades of Slate Blue #6842DD

Tints of Slate Blue #6842DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.88%

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

R = 26.6%
G = 16.88%
B = 56.52%

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

#6842DD (or 0x6842DD) is known color: Slate Blue. HEX triplet: 68, 42 and DD. RGB value is (104,66,221). Sum of RGB (Red+Green+Blue) = 104+66+221=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #6842DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842DD is #97BD22. Grayscale: #5E5E5E. Windows color (decimal): -9944355 or 14500456. OLE color: 14500456.

HSL color Cylindrical-coordinate representation of color #6842DD: hue angle of 254.71º degrees, saturation: 0.7, 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 #6842DD is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 66 221 -
CMYK 0.53 0.70 0 0.13
HSL 254.71º 0.7% 0.56% -
HSV(B) 254.71º 0.7% 0.87% -
XYZ 20.71 12.06 69.64 -
YUV 95.03 199.09 134.4 -
System Red Green Blue C M Y K H S L
Decimal 104 66 221 0.53 0.70 0 0.13 254.71 0.7 0.56
Hex 68 42 DD 35 46 0 D FF 46 38
Octal 150 102 335 65 106 0 15 377 106 70
Binary 1101000 1000010 11011101 110101 1000110 0 1101 11111111 1000110 111000

Color Harmonies of #6842DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842DD

Black with #6842DD

Text Example


Text Example

White with #6842DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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