Html Css Color HEX #6A42EA Slate Blue

📋 copy color: '#6A42EA'

red 106 ◦ green 66 ◦ blue 234

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

Shades of Slate Blue #6A42EA

Tints of Slate Blue #6A42EA

RGB

 RED value IS 106 (41.8% from 255) = 26.11%

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

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

R = 26.11%
G = 16.26%
B = 57.64%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A42EA (or 0x6A42EA) is known color: Slate Blue. HEX triplet: 6A, 42 and EA. RGB value is (106,66,234). Sum of RGB (Red+Green+Blue) = 106+66+234=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A42EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A42EA is #95BD15. Grayscale: #606060. Windows color (decimal): -9813270 or 15352426. OLE color: 15352426.

HSL color Cylindrical-coordinate representation of color #6A42EA: hue angle of 254.29º 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 #6A42EA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 66 234 -
CMYK 0.55 0.72 0 0.08
HSL 254.29º 0.8% 0.59% -
HSV(B) 254.29º 0.72% 0.92% -
XYZ 22.74 12.9 79.13 -
YUV 97.11 205.25 134.34 -
System Red Green Blue C M Y K H S L
Decimal 106 66 234 0.55 0.72 0 0.08 254.29 0.8 0.59
Hex 6A 42 EA 37 48 0 8 FE 50 3B
Octal 152 102 352 67 110 0 10 376 120 73
Binary 1101010 1000010 11101010 110111 1001000 0 1000 11111110 1010000 111011

Color Harmonies of #6A42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A42EA

Black with #6A42EA

Text Example


Text Example

White with #6A42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A42EA; }

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

 H1.HeaderClassName
 {
   color: #6A42EA;
 }
 .AnyTagClassName
 {
   color: #6A42EA;
 }
</style>

background-color css

<style>
 a { background-color: #6A42EA; }

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

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

border-color css

<style>
 span { border-color: #6A42EA; }

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

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