Html Css Color HEX #6852DC Slate Blue

📋 copy color: '#6852DC'

red 104 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #6852DC

Tints of Slate Blue #6852DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 25.62%
G = 20.2%
B = 54.19%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6852DC (or 0x6852DC) is known color: Slate Blue. HEX triplet: 68, 52 and DC. RGB value is (104,82,220). Sum of RGB (Red+Green+Blue) = 104+82+220=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #6852DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852DC is #97AD23. Grayscale: #676767. Windows color (decimal): -9940260 or 14439016. OLE color: 14439016.

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

Color convert

RGB 104 82 220 -
CMYK 0.53 0.63 0 0.14
HSL 249.57º 0.66% 0.59% -
HSV(B) 249.57º 0.63% 0.86% -
XYZ 21.64 14.14 69.3 -
YUV 104.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 104 82 220 0.53 0.63 0 0.14 249.57 0.66 0.59
Hex 68 52 DC 35 3F 0 E FA 42 3B
Octal 150 122 334 65 77 0 16 372 102 73
Binary 1101000 1010010 11011100 110101 111111 0 1110 11111010 1000010 111011

Color Harmonies of #6852DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852DC

Black with #6852DC

Text Example


Text Example

White with #6852DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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