Html Css Color HEX #6C40EB Slate Blue

📋 copy color: '#6C40EB'

red 108 ◦ green 64 ◦ blue 235

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

Shades of Slate Blue #6C40EB

Tints of Slate Blue #6C40EB

RGB

 RED value IS 108 (42.58% from 255) = 26.54%

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

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

R = 26.54%
G = 15.72%
B = 57.74%

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

#6C40EB (or 0x6C40EB) is known color: Slate Blue. HEX triplet: 6C, 40 and EB. RGB value is (108,64,235). Sum of RGB (Red+Green+Blue) = 108+64+235=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40EB is #93BF14. Grayscale: #606060. Windows color (decimal): -9682709 or 15417452. OLE color: 15417452.

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

Color convert

RGB 108 64 235 -
CMYK 0.54 0.73 0 0.08
HSL 255.44º 0.81% 0.59% -
HSV(B) 255.44º 0.73% 0.92% -
XYZ 23.01 12.85 79.87 -
YUV 96.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 108 64 235 0.54 0.73 0 0.08 255.44 0.81 0.59
Hex 6C 40 EB 36 49 0 8 FF 51 3B
Octal 154 100 353 66 111 0 10 377 121 73
Binary 1101100 1000000 11101011 110110 1001001 0 1000 11111111 1010001 111011

Color Harmonies of #6C40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40EB

Black with #6C40EB

Text Example


Text Example

White with #6C40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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