Html Css Color HEX #6852DB Slate Blue

📋 copy color: '#6852DB'

red 104 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #6852DB

Tints of Slate Blue #6852DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 25.68%
G = 20.25%
B = 54.07%

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

#6852DB (or 0x6852DB) is known color: Slate Blue. HEX triplet: 68, 52 and DB. RGB value is (104,82,219). Sum of RGB (Red+Green+Blue) = 104+82+219=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #6852DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6852DB is #97AD24. Grayscale: #676767. Windows color (decimal): -9940261 or 14373480. OLE color: 14373480.

HSL color Cylindrical-coordinate representation of color #6852DB: hue angle of 249.64º 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 #6852DB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 82 219 -
CMYK 0.53 0.63 0 0.14
HSL 249.64º 0.66% 0.59% -
HSV(B) 249.64º 0.63% 0.86% -
XYZ 21.51 14.09 68.6 -
YUV 104.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 104 82 219 0.53 0.63 0 0.14 249.64 0.66 0.59
Hex 68 52 DB 35 3F 0 E FA 42 3B
Octal 150 122 333 65 77 0 16 372 102 73
Binary 1101000 1010010 11011011 110101 111111 0 1110 11111010 1000010 111011

Color Harmonies of #6852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6852DB

Black with #6852DB

Text Example


Text Example

White with #6852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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