Html Css Color HEX #6855DB Slate Blue

📋 copy color: '#6855DB'

red 104 ◦ green 85 ◦ blue 219

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

Shades of Slate Blue #6855DB

Tints of Slate Blue #6855DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

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

R = 25.49%
G = 20.83%
B = 53.68%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6855DB (or 0x6855DB) is known color: Slate Blue. HEX triplet: 68, 55 and DB. RGB value is (104,85,219). Sum of RGB (Red+Green+Blue) = 104+85+219=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #6855DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855DB is #97AA24. Grayscale: #696969. Windows color (decimal): -9939493 or 14374248. OLE color: 14374248.

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

Color convert

RGB 104 85 219 -
CMYK 0.53 0.61 0 0.14
HSL 248.51º 0.65% 0.6% -
HSV(B) 248.51º 0.61% 0.86% -
XYZ 21.74 14.55 68.68 -
YUV 105.96 191.79 126.6 -
System Red Green Blue C M Y K H S L
Decimal 104 85 219 0.53 0.61 0 0.14 248.51 0.65 0.6
Hex 68 55 DB 35 3D 0 E F9 41 3C
Octal 150 125 333 65 75 0 16 371 101 74
Binary 1101000 1010101 11011011 110101 111101 0 1110 11111001 1000001 111100

Color Harmonies of #6855DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855DB

Black with #6855DB

Text Example


Text Example

White with #6855DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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