Html Css Color HEX #6C47EA Slate Blue

📋 copy color: '#6C47EA'

red 108 ◦ green 71 ◦ blue 234

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

Shades of Slate Blue #6C47EA

Tints of Slate Blue #6C47EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

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

R = 26.15%
G = 17.19%
B = 56.66%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C47EA (or 0x6C47EA) is known color: Slate Blue. HEX triplet: 6C, 47 and EA. RGB value is (108,71,234). Sum of RGB (Red+Green+Blue) = 108+71+234=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C47EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47EA is #93B815. Grayscale: #646464. Windows color (decimal): -9680918 or 15353708. OLE color: 15353708.

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

Color convert

RGB 108 71 234 -
CMYK 0.54 0.70 0 0.08
HSL 253.62º 0.8% 0.6% -
HSV(B) 253.62º 0.7% 0.92% -
XYZ 23.29 13.64 79.25 -
YUV 100.65 203.26 133.25 -
System Red Green Blue C M Y K H S L
Decimal 108 71 234 0.54 0.70 0 0.08 253.62 0.8 0.6
Hex 6C 47 EA 36 46 0 8 FE 50 3C
Octal 154 107 352 66 106 0 10 376 120 74
Binary 1101100 1000111 11101010 110110 1000110 0 1000 11111110 1010000 111100

Color Harmonies of #6C47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C47EA

Black with #6C47EA

Text Example


Text Example

White with #6C47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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