Html Css Color HEX #6C54D8 Slate Blue

📋 copy color: '#6C54D8'

red 108 ◦ green 84 ◦ blue 216

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

Shades of Slate Blue #6C54D8

Tints of Slate Blue #6C54D8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 26.47%
G = 20.59%
B = 52.94%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C54D8 (or 0x6C54D8) is known color: Slate Blue. HEX triplet: 6C, 54 and D8. RGB value is (108,84,216). Sum of RGB (Red+Green+Blue) = 108+84+216=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #6C54D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54D8 is #93AB27. Grayscale: #696969. Windows color (decimal): -9677608 or 14177388. OLE color: 14177388.

HSL color Cylindrical-coordinate representation of color #6C54D8: hue angle of 250.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C54D8 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 84 216 -
CMYK 0.50 0.61 0 0.15
HSL 250.91º 0.63% 0.59% -
HSV(B) 250.91º 0.61% 0.85% -
XYZ 21.75 14.49 66.62 -
YUV 106.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 108 84 216 0.50 0.61 0 0.15 250.91 0.63 0.59
Hex 6C 54 D8 32 3D 0 F FB 3F 3B
Octal 154 124 330 62 75 0 17 373 77 73
Binary 1101100 1010100 11011000 110010 111101 0 1111 11111011 111111 111011

Color Harmonies of #6C54D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C54D8

Black with #6C54D8

Text Example


Text Example

White with #6C54D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,216); }

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

background-color css

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

 a { background-color: rgb(108,84,216); }

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

border-color css

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

 span { border-color: rgb(108,84,216); }

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