Html Css Color HEX #6A3FEA Slate Blue

📋 copy color: '#6A3FEA'

red 106 ◦ green 63 ◦ blue 234

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

Shades of Slate Blue #6A3FEA

Tints of Slate Blue #6A3FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

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

R = 26.3%
G = 15.63%
B = 58.06%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A3FEA (or 0x6A3FEA) is known color: Slate Blue. HEX triplet: 6A, 3F and EA. RGB value is (106,63,234). Sum of RGB (Red+Green+Blue) = 106+63+234=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A3FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3FEA is #95C015. Grayscale: #5E5E5E. Windows color (decimal): -9814038 or 15351658. OLE color: 15351658.

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

Color convert

RGB 106 63 234 -
CMYK 0.55 0.73 0 0.08
HSL 255.09º 0.8% 0.58% -
HSV(B) 255.09º 0.73% 0.92% -
XYZ 22.57 12.56 79.08 -
YUV 95.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 106 63 234 0.55 0.73 0 0.08 255.09 0.8 0.58
Hex 6A 3F EA 37 49 0 8 FF 50 3A
Octal 152 77 352 67 111 0 10 377 120 72
Binary 1101010 111111 11101010 110111 1001001 0 1000 11111111 1010000 111010

Color Harmonies of #6A3FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3FEA

Black with #6A3FEA

Text Example


Text Example

White with #6A3FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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