Html Css Color HEX #6C54DE Slate Blue

📋 copy color: '#6C54DE'

red 108 ◦ green 84 ◦ blue 222

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

Shades of Slate Blue #6C54DE

Tints of Slate Blue #6C54DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 26.09%
G = 20.29%
B = 53.62%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C54DE (or 0x6C54DE) is known color: Slate Blue. HEX triplet: 6C, 54 and DE. RGB value is (108,84,222). Sum of RGB (Red+Green+Blue) = 108+84+222=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C54DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54DE is #93AB21. Grayscale: #6A6A6A. Windows color (decimal): -9677602 or 14570604. OLE color: 14570604.

HSL color Cylindrical-coordinate representation of color #6C54DE: hue angle of 250.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C54DE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 84 222 -
CMYK 0.51 0.62 0 0.13
HSL 250.43º 0.68% 0.6% -
HSV(B) 250.43º 0.62% 0.87% -
XYZ 22.54 14.8 70.78 -
YUV 106.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 108 84 222 0.51 0.62 0 0.13 250.43 0.68 0.6
Hex 6C 54 DE 33 3E 0 D FA 44 3C
Octal 154 124 336 63 76 0 15 372 104 74
Binary 1101100 1010100 11011110 110011 111110 0 1101 11111010 1000100 111100

Color Harmonies of #6C54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C54DE

Black with #6C54DE

Text Example


Text Example

White with #6C54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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