Html Css Color HEX #6A40EA Slate Blue

📋 copy color: '#6A40EA'

red 106 ◦ green 64 ◦ blue 234

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

Shades of Slate Blue #6A40EA

Tints of Slate Blue #6A40EA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

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

R = 26.24%
G = 15.84%
B = 57.92%

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

#6A40EA (or 0x6A40EA) is known color: Slate Blue. HEX triplet: 6A, 40 and EA. RGB value is (106,64,234). Sum of RGB (Red+Green+Blue) = 106+64+234=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A40EA is #95BF15. Grayscale: #5F5F5F. Windows color (decimal): -9813782 or 15351914. OLE color: 15351914.

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

Color convert

RGB 106 64 234 -
CMYK 0.55 0.73 0 0.08
HSL 254.82º 0.8% 0.58% -
HSV(B) 254.82º 0.73% 0.92% -
XYZ 22.63 12.67 79.1 -
YUV 95.94 205.91 135.18 -
System Red Green Blue C M Y K H S L
Decimal 106 64 234 0.55 0.73 0 0.08 254.82 0.8 0.58
Hex 6A 40 EA 37 49 0 8 FF 50 3A
Octal 152 100 352 67 111 0 10 377 120 72
Binary 1101010 1000000 11101010 110111 1001001 0 1000 11111111 1010000 111010

Color Harmonies of #6A40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A40EA

Black with #6A40EA

Text Example


Text Example

White with #6A40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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