Html Css Color HEX #6E58DC Slate Blue

📋 copy color: '#6E58DC'

red 110 ◦ green 88 ◦ blue 220

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

Shades of Slate Blue #6E58DC

Tints of Slate Blue #6E58DC

RGB

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

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

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

R = 26.32%
G = 21.05%
B = 52.63%

CMYK

 C value IS 0.50

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E58DC (or 0x6E58DC) is known color: Slate Blue. HEX triplet: 6E, 58 and DC. RGB value is (110,88,220). Sum of RGB (Red+Green+Blue) = 110+88+220=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E58DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58DC is #91A723. Grayscale: #6D6D6D. Windows color (decimal): -9545508 or 14440558. OLE color: 14440558.

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

Color convert

RGB 110 88 220 -
CMYK 0.50 0.6 0 0.14
HSL 250º 0.65% 0.6% -
HSV(B) 250º 0.6% 0.86% -
XYZ 22.84 15.46 69.49 -
YUV 109.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 110 88 220 0.50 0.6 0 0.14 250 0.65 0.6
Hex 6E 58 DC 32 3C 0 E FA 41 3C
Octal 156 130 334 62 74 0 16 372 101 74
Binary 1101110 1011000 11011100 110010 111100 0 1110 11111010 1000001 111100

Color Harmonies of #6E58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E58DC

Black with #6E58DC

Text Example


Text Example

White with #6E58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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