Html Css Color HEX #6A4AEB Slate Blue

📋 copy color: '#6A4AEB'

red 106 ◦ green 74 ◦ blue 235

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

Shades of Slate Blue #6A4AEB

Tints of Slate Blue #6A4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 235 (92.19% from 255) = 56.63%

R = 25.54%
G = 17.83%
B = 56.63%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A4AEB (or 0x6A4AEB) is known color: Slate Blue. HEX triplet: 6A, 4A and EB. RGB value is (106,74,235). Sum of RGB (Red+Green+Blue) = 106+74+235=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A4AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4AEB is #95B514. Grayscale: #656565. Windows color (decimal): -9811221 or 15420010. OLE color: 15420010.

HSL color Cylindrical-coordinate representation of color #6A4AEB: hue angle of 251.93º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4AEB is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 74 235 -
CMYK 0.55 0.69 0 0.08
HSL 251.93º 0.8% 0.61% -
HSV(B) 251.93º 0.69% 0.92% -
XYZ 23.39 13.96 80.06 -
YUV 101.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 106 74 235 0.55 0.69 0 0.08 251.93 0.8 0.61
Hex 6A 4A EB 37 45 0 8 FC 50 3D
Octal 152 112 353 67 105 0 10 374 120 75
Binary 1101010 1001010 11101011 110111 1000101 0 1000 11111100 1010000 111101

Color Harmonies of #6A4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4AEB

Black with #6A4AEB

Text Example


Text Example

White with #6A4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,74,235); }

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

background-color css

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

 a { background-color: rgb(106,74,235); }

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

border-color css

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

 span { border-color: rgb(106,74,235); }

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