Html Css Color HEX #6B42EC Slate Blue

📋 copy color: '#6B42EC'

red 107 ◦ green 66 ◦ blue 236

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

Shades of Slate Blue #6B42EC

Tints of Slate Blue #6B42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 26.16%
G = 16.14%
B = 57.7%

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

#6B42EC (or 0x6B42EC) is known color: Slate Blue. HEX triplet: 6B, 42 and EC. RGB value is (107,66,236). Sum of RGB (Red+Green+Blue) = 107+66+236=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B42EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B42EC is #94BD13. Grayscale: #616161. Windows color (decimal): -9747732 or 15483499. OLE color: 15483499.

HSL color Cylindrical-coordinate representation of color #6B42EC: hue angle of 254.47º 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 #6B42EC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 66 236 -
CMYK 0.55 0.72 0 0.07
HSL 254.47º 0.82% 0.59% -
HSV(B) 254.47º 0.72% 0.93% -
XYZ 23.15 13.08 80.66 -
YUV 97.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 107 66 236 0.55 0.72 0 0.07 254.47 0.82 0.59
Hex 6B 42 EC 37 48 0 7 FE 52 3B
Octal 153 102 354 67 110 0 7 376 122 73
Binary 1101011 1000010 11101100 110111 1001000 0 111 11111110 1010010 111011

Color Harmonies of #6B42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42EC

Black with #6B42EC

Text Example


Text Example

White with #6B42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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