Html Css Color HEX #6854DC Slate Blue

📋 copy color: '#6854DC'

red 104 ◦ green 84 ◦ blue 220

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

Shades of Slate Blue #6854DC

Tints of Slate Blue #6854DC

RGB

 RED value IS 104 (41.02% from 255) = 25.49%

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 25.49%
G = 20.59%
B = 53.92%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6854DC (or 0x6854DC) is known color: Slate Blue. HEX triplet: 68, 54 and DC. RGB value is (104,84,220). Sum of RGB (Red+Green+Blue) = 104+84+220=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6854DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854DC is #97AB23. Grayscale: #686868. Windows color (decimal): -9939748 or 14439528. OLE color: 14439528.

HSL color Cylindrical-coordinate representation of color #6854DC: hue angle of 248.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6854DC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 84 220 -
CMYK 0.53 0.62 0 0.14
HSL 248.82º 0.66% 0.6% -
HSV(B) 248.82º 0.62% 0.86% -
XYZ 21.8 14.45 69.35 -
YUV 105.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 104 84 220 0.53 0.62 0 0.14 248.82 0.66 0.6
Hex 68 54 DC 35 3E 0 E F9 42 3C
Octal 150 124 334 65 76 0 16 371 102 74
Binary 1101000 1010100 11011100 110101 111110 0 1110 11111001 1000010 111100

Color Harmonies of #6854DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854DC

Black with #6854DC

Text Example


Text Example

White with #6854DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6854DC; }

 p { color: rgb(104,84,220); }

 H1.HeaderClassName
 {
   color: #6854DC;
 }
 .AnyTagClassName
 {
   color: #6854DC;
 }
</style>

background-color css

<style>
 a { background-color: #6854DC; }

 a { background-color: rgb(104,84,220); }

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

border-color css

<style>
 span { border-color: #6854DC; }

 span { border-color: rgb(104,84,220); }

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