Html Css Color HEX #6A41EC Slate Blue

📋 copy color: '#6A41EC'

red 106 ◦ green 65 ◦ blue 236

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

Shades of Slate Blue #6A41EC

Tints of Slate Blue #6A41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

 BLUE value IS 236 (92.58% from 255) = 57.99%

R = 26.04%
G = 15.97%
B = 57.99%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A41EC (or 0x6A41EC) is known color: Slate Blue. HEX triplet: 6A, 41 and EC. RGB value is (106,65,236). Sum of RGB (Red+Green+Blue) = 106+65+236=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A41EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A41EC is #95BE13. Grayscale: #606060. Windows color (decimal): -9813524 or 15483242. OLE color: 15483242.

HSL color Cylindrical-coordinate representation of color #6A41EC: hue angle of 254.39º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A41EC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 65 236 -
CMYK 0.55 0.72 0 0.07
HSL 254.39º 0.82% 0.59% -
HSV(B) 254.39º 0.72% 0.93% -
XYZ 22.97 12.9 80.64 -
YUV 96.75 206.58 134.6 -
System Red Green Blue C M Y K H S L
Decimal 106 65 236 0.55 0.72 0 0.07 254.39 0.82 0.59
Hex 6A 41 EC 37 48 0 7 FE 52 3B
Octal 152 101 354 67 110 0 7 376 122 73
Binary 1101010 1000001 11101100 110111 1001000 0 111 11111110 1010010 111011

Color Harmonies of #6A41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A41EC

Black with #6A41EC

Text Example


Text Example

White with #6A41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,236); }

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

background-color css

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

 a { background-color: rgb(106,65,236); }

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

border-color css

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

 span { border-color: rgb(106,65,236); }

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