Html Css Color HEX #6B40EB Slate Blue

📋 copy color: '#6B40EB'

red 107 ◦ green 64 ◦ blue 235

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

Shades of Slate Blue #6B40EB

Tints of Slate Blue #6B40EB

RGB

 RED value IS 107 (42.19% from 255) = 26.35%

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

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

R = 26.35%
G = 15.76%
B = 57.88%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B40EB (or 0x6B40EB) is known color: Slate Blue. HEX triplet: 6B, 40 and EB. RGB value is (107,64,235). Sum of RGB (Red+Green+Blue) = 107+64+235=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B40EB is #94BF14. Grayscale: #5F5F5F. Windows color (decimal): -9748245 or 15417451. OLE color: 15417451.

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

Color convert

RGB 107 64 235 -
CMYK 0.54 0.73 0 0.08
HSL 255.09º 0.81% 0.59% -
HSV(B) 255.09º 0.73% 0.92% -
XYZ 22.89 12.79 79.86 -
YUV 96.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 107 64 235 0.54 0.73 0 0.08 255.09 0.81 0.59
Hex 6B 40 EB 36 49 0 8 FF 51 3B
Octal 153 100 353 66 111 0 10 377 121 73
Binary 1101011 1000000 11101011 110110 1001001 0 1000 11111111 1010001 111011

Color Harmonies of #6B40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B40EB

Black with #6B40EB

Text Example


Text Example

White with #6B40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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