Html Css Color HEX #6A3EE0 Slate Blue

📋 copy color: '#6A3EE0'

red 106 ◦ green 62 ◦ blue 224

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

Shades of Slate Blue #6A3EE0

Tints of Slate Blue #6A3EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 224 (87.89% from 255) = 57.14%

R = 27.04%
G = 15.82%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6A3EE0 (or 0x6A3EE0) is known color: Slate Blue. HEX triplet: 6A, 3E and E0. RGB value is (106,62,224). Sum of RGB (Red+Green+Blue) = 106+62+224=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A3EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EE0 is #95C11F. Grayscale: #5D5D5D. Windows color (decimal): -9814304 or 14696042. OLE color: 14696042.

HSL color Cylindrical-coordinate representation of color #6A3EE0: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A3EE0 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 62 224 -
CMYK 0.53 0.72 0 0.12
HSL 256.3º 0.72% 0.56% -
HSV(B) 256.3º 0.72% 0.88% -
XYZ 21.12 11.89 71.7 -
YUV 93.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 106 62 224 0.53 0.72 0 0.12 256.3 0.72 0.56
Hex 6A 3E E0 35 48 0 C 100 48 38
Octal 152 76 340 65 110 0 14 400 110 70
Binary 1101010 111110 11100000 110101 1001000 0 1100 100000000 1001000 111000

Color Harmonies of #6A3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3EE0

Black with #6A3EE0

Text Example


Text Example

White with #6A3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,62,224); }

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

background-color css

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

 a { background-color: rgb(106,62,224); }

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

border-color css

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

 span { border-color: rgb(106,62,224); }

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