Html Css Color HEX #6E58DB Slate Blue

📋 copy color: '#6E58DB'

red 110 ◦ green 88 ◦ blue 219

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

Shades of Slate Blue #6E58DB

Tints of Slate Blue #6E58DB

RGB

 RED value IS 110 (43.36% from 255) = 26.38%

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

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

R = 26.38%
G = 21.1%
B = 52.52%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E58DB (or 0x6E58DB) is known color: Slate Blue. HEX triplet: 6E, 58 and DB. RGB value is (110,88,219). Sum of RGB (Red+Green+Blue) = 110+88+219=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E58DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58DB is #91A724. Grayscale: #6D6D6D. Windows color (decimal): -9545509 or 14375022. OLE color: 14375022.

HSL color Cylindrical-coordinate representation of color #6E58DB: hue angle of 250.08º 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 #6E58DB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 88 219 -
CMYK 0.50 0.60 0 0.14
HSL 250.08º 0.65% 0.6% -
HSV(B) 250.08º 0.6% 0.86% -
XYZ 22.71 15.41 68.8 -
YUV 109.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 110 88 219 0.50 0.60 0 0.14 250.08 0.65 0.6
Hex 6E 58 DB 32 3C 0 E FA 41 3C
Octal 156 130 333 62 74 0 16 372 101 74
Binary 1101110 1011000 11011011 110010 111100 0 1110 11111010 1000001 111100

Color Harmonies of #6E58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E58DB

Black with #6E58DB

Text Example


Text Example

White with #6E58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E58DB; }

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

 H1.HeaderClassName
 {
   color: #6E58DB;
 }
 .AnyTagClassName
 {
   color: #6E58DB;
 }
</style>

background-color css

<style>
 a { background-color: #6E58DB; }

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

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

border-color css

<style>
 span { border-color: #6E58DB; }

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

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