Html Css Color HEX #6B41EC Slate Blue

📋 copy color: '#6B41EC'

red 107 ◦ green 65 ◦ blue 236

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

Shades of Slate Blue #6B41EC

Tints of Slate Blue #6B41EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 26.23%
G = 15.93%
B = 57.84%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B41EC (or 0x6B41EC) is known color: Slate Blue. HEX triplet: 6B, 41 and EC. RGB value is (107,65,236). Sum of RGB (Red+Green+Blue) = 107+65+236=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B41EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B41EC is #94BE13. Grayscale: #606060. Windows color (decimal): -9747988 or 15483243. OLE color: 15483243.

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

Color convert

RGB 107 65 236 -
CMYK 0.55 0.72 0 0.07
HSL 254.74º 0.82% 0.59% -
HSV(B) 254.74º 0.72% 0.93% -
XYZ 23.09 12.96 80.64 -
YUV 97.05 206.41 135.1 -
System Red Green Blue C M Y K H S L
Decimal 107 65 236 0.55 0.72 0 0.07 254.74 0.82 0.59
Hex 6B 41 EC 37 48 0 7 FF 52 3B
Octal 153 101 354 67 110 0 7 377 122 73
Binary 1101011 1000001 11101100 110111 1001000 0 111 11111111 1010010 111011

Color Harmonies of #6B41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B41EC

Black with #6B41EC

Text Example


Text Example

White with #6B41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,236); }

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

background-color css

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

 a { background-color: rgb(107,65,236); }

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

border-color css

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

 span { border-color: rgb(107,65,236); }

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