Html Css Color HEX #6A40EB Slate Blue

📋 copy color: '#6A40EB'

red 106 ◦ green 64 ◦ blue 235

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

Shades of Slate Blue #6A40EB

Tints of Slate Blue #6A40EB

RGB

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

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

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

R = 26.17%
G = 15.8%
B = 58.02%

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

#6A40EB (or 0x6A40EB) is known color: Slate Blue. HEX triplet: 6A, 40 and EB. RGB value is (106,64,235). Sum of RGB (Red+Green+Blue) = 106+64+235=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A40EB is #95BF14. Grayscale: #5F5F5F. Windows color (decimal): -9813781 or 15417450. OLE color: 15417450.

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

Color convert

RGB 106 64 235 -
CMYK 0.55 0.73 0 0.08
HSL 254.74º 0.81% 0.59% -
HSV(B) 254.74º 0.73% 0.92% -
XYZ 22.77 12.73 79.85 -
YUV 96.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 106 64 235 0.55 0.73 0 0.08 254.74 0.81 0.59
Hex 6A 40 EB 37 49 0 8 FF 51 3B
Octal 152 100 353 67 111 0 10 377 121 73
Binary 1101010 1000000 11101011 110111 1001001 0 1000 11111111 1010001 111011

Color Harmonies of #6A40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A40EB

Black with #6A40EB

Text Example


Text Example

White with #6A40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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