Html Css Color HEX #6C41EA Slate Blue

📋 copy color: '#6C41EA'

red 108 ◦ green 65 ◦ blue 234

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

Shades of Slate Blue #6C41EA

Tints of Slate Blue #6C41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 26.54%
G = 15.97%
B = 57.49%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C41EA (or 0x6C41EA) is known color: Slate Blue. HEX triplet: 6C, 41 and EA. RGB value is (108,65,234). Sum of RGB (Red+Green+Blue) = 108+65+234=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C41EA is #93BE15. Grayscale: #606060. Windows color (decimal): -9682454 or 15352172. OLE color: 15352172.

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

Color convert

RGB 108 65 234 -
CMYK 0.54 0.72 0 0.08
HSL 255.27º 0.8% 0.59% -
HSV(B) 255.27º 0.72% 0.92% -
XYZ 22.93 12.91 79.13 -
YUV 97.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 108 65 234 0.54 0.72 0 0.08 255.27 0.8 0.59
Hex 6C 41 EA 36 48 0 8 FF 50 3B
Octal 154 101 352 66 110 0 10 377 120 73
Binary 1101100 1000001 11101010 110110 1001000 0 1000 11111111 1010000 111011

Color Harmonies of #6C41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C41EA

Black with #6C41EA

Text Example


Text Example

White with #6C41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,65,234); }

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

background-color css

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

 a { background-color: rgb(108,65,234); }

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

border-color css

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

 span { border-color: rgb(108,65,234); }

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