Html Css Color HEX #6C42EB Slate Blue

📋 copy color: '#6C42EB'

red 108 ◦ green 66 ◦ blue 235

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

Shades of Slate Blue #6C42EB

Tints of Slate Blue #6C42EB

RGB

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

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

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

R = 26.41%
G = 16.14%
B = 57.46%

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

#6C42EB (or 0x6C42EB) is known color: Slate Blue. HEX triplet: 6C, 42 and EB. RGB value is (108,66,235). Sum of RGB (Red+Green+Blue) = 108+66+235=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C42EB is #93BD14. Grayscale: #616161. Windows color (decimal): -9682197 or 15417964. OLE color: 15417964.

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

Color convert

RGB 108 66 235 -
CMYK 0.54 0.72 0 0.08
HSL 254.91º 0.81% 0.59% -
HSV(B) 254.91º 0.72% 0.92% -
XYZ 23.13 13.08 79.9 -
YUV 97.82 205.41 135.26 -
System Red Green Blue C M Y K H S L
Decimal 108 66 235 0.54 0.72 0 0.08 254.91 0.81 0.59
Hex 6C 42 EB 36 48 0 8 FF 51 3B
Octal 154 102 353 66 110 0 10 377 121 73
Binary 1101100 1000010 11101011 110110 1001000 0 1000 11111111 1010001 111011

Color Harmonies of #6C42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C42EB

Black with #6C42EB

Text Example


Text Example

White with #6C42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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