Html Css Color HEX #6853DC Slate Blue

📋 copy color: '#6853DC'

red 104 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #6853DC

Tints of Slate Blue #6853DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

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

R = 25.55%
G = 20.39%
B = 54.05%

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

#6853DC (or 0x6853DC) is known color: Slate Blue. HEX triplet: 68, 53 and DC. RGB value is (104,83,220). Sum of RGB (Red+Green+Blue) = 104+83+220=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6853DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853DC is #97AC23. Grayscale: #686868. Windows color (decimal): -9940004 or 14439272. OLE color: 14439272.

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

Color convert

RGB 104 83 220 -
CMYK 0.53 0.62 0 0.14
HSL 249.2º 0.66% 0.59% -
HSV(B) 249.2º 0.62% 0.86% -
XYZ 21.72 14.3 69.32 -
YUV 104.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 104 83 220 0.53 0.62 0 0.14 249.2 0.66 0.59
Hex 68 53 DC 35 3E 0 E F9 42 3B
Octal 150 123 334 65 76 0 16 371 102 73
Binary 1101000 1010011 11011100 110101 111110 0 1110 11111001 1000010 111011

Color Harmonies of #6853DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6853DC

Black with #6853DC

Text Example


Text Example

White with #6853DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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