Html Css Color HEX #6858DB Slate Blue

📋 copy color: '#6858DB'

red 104 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #6858DB

Tints of Slate Blue #6858DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 25.3%
G = 21.41%
B = 53.28%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6858DB (or 0x6858DB) is known color: Slate Blue. HEX triplet: 68, 58 and DB. RGB value is (104,88,219). Sum of RGB (Red+Green+Blue) = 104+88+219=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6858DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858DB is #97A724. Grayscale: #6B6B6B. Windows color (decimal): -9938725 or 14375016. OLE color: 14375016.

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

Color convert

RGB 104 88 219 -
CMYK 0.53 0.60 0 0.14
HSL 247.33º 0.65% 0.6% -
HSV(B) 247.33º 0.6% 0.86% -
XYZ 21.98 15.04 68.76 -
YUV 107.72 190.8 125.35 -
System Red Green Blue C M Y K H S L
Decimal 104 88 219 0.53 0.60 0 0.14 247.33 0.65 0.6
Hex 68 58 DB 35 3C 0 E F7 41 3C
Octal 150 130 333 65 74 0 16 367 101 74
Binary 1101000 1011000 11011011 110101 111100 0 1110 11110111 1000001 111100

Color Harmonies of #6858DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858DB

Black with #6858DB

Text Example


Text Example

White with #6858DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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