Html Css Color HEX #6842D8 Slate Blue

📋 copy color: '#6842D8'

red 104 ◦ green 66 ◦ blue 216

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

Shades of Slate Blue #6842D8

Tints of Slate Blue #6842D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.96%

R = 26.94%
G = 17.1%
B = 55.96%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6842D8 (or 0x6842D8) is known color: Slate Blue. HEX triplet: 68, 42 and D8. RGB value is (104,66,216). Sum of RGB (Red+Green+Blue) = 104+66+216=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #6842D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6842D8 is #97BD27. Grayscale: #5D5D5D. Windows color (decimal): -9944360 or 14172776. OLE color: 14172776.

HSL color Cylindrical-coordinate representation of color #6842D8: hue angle of 255.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6842D8 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 66 216 -
CMYK 0.52 0.69 0 0.15
HSL 255.2º 0.66% 0.55% -
HSV(B) 255.2º 0.69% 0.85% -
XYZ 20.05 11.8 66.19 -
YUV 94.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 104 66 216 0.52 0.69 0 0.15 255.2 0.66 0.55
Hex 68 42 D8 34 45 0 F FF 42 37
Octal 150 102 330 64 105 0 17 377 102 67
Binary 1101000 1000010 11011000 110100 1000101 0 1111 11111111 1000010 110111

Color Harmonies of #6842D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842D8

Black with #6842D8

Text Example


Text Example

White with #6842D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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