Html Css Color HEX #6842EA Slate Blue

📋 copy color: '#6842EA'

red 104 ◦ green 66 ◦ blue 234

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

Shades of Slate Blue #6842EA

Tints of Slate Blue #6842EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.92%

R = 25.74%
G = 16.34%
B = 57.92%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6842EA (or 0x6842EA) is known color: Slate Blue. HEX triplet: 68, 42 and EA. RGB value is (104,66,234). Sum of RGB (Red+Green+Blue) = 104+66+234=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #6842EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6842EA is #97BD15. Grayscale: #5F5F5F. Windows color (decimal): -9944342 or 15352424. OLE color: 15352424.

HSL color Cylindrical-coordinate representation of color #6842EA: hue angle of 253.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6842EA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 66 234 -
CMYK 0.56 0.72 0 0.08
HSL 253.57º 0.8% 0.59% -
HSV(B) 253.57º 0.72% 0.92% -
XYZ 22.51 12.78 79.12 -
YUV 96.51 205.59 133.34 -
System Red Green Blue C M Y K H S L
Decimal 104 66 234 0.56 0.72 0 0.08 253.57 0.8 0.59
Hex 68 42 EA 38 48 0 8 FE 50 3B
Octal 150 102 352 70 110 0 10 376 120 73
Binary 1101000 1000010 11101010 111000 1001000 0 1000 11111110 1010000 111011

Color Harmonies of #6842EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6842EA

Black with #6842EA

Text Example


Text Example

White with #6842EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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