Html Css Color HEX #6E62DB Slate Blue

📋 copy color: '#6E62DB'

red 110 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #6E62DB

Tints of Slate Blue #6E62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

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

R = 25.76%
G = 22.95%
B = 51.29%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E62DB (or 0x6E62DB) is known color: Slate Blue. HEX triplet: 6E, 62 and DB. RGB value is (110,98,219). Sum of RGB (Red+Green+Blue) = 110+98+219=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62DB is #919D24. Grayscale: #727272. Windows color (decimal): -9542949 or 14377582. OLE color: 14377582.

HSL color Cylindrical-coordinate representation of color #6E62DB: hue angle of 245.95º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E62DB is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 98 219 -
CMYK 0.50 0.55 0 0.14
HSL 245.95º 0.63% 0.62% -
HSV(B) 245.95º 0.55% 0.86% -
XYZ 23.58 17.16 69.09 -
YUV 115.38 186.48 124.16 -
System Red Green Blue C M Y K H S L
Decimal 110 98 219 0.50 0.55 0 0.14 245.95 0.63 0.62
Hex 6E 62 DB 32 37 0 E F6 3F 3E
Octal 156 142 333 62 67 0 16 366 77 76
Binary 1101110 1100010 11011011 110010 110111 0 1110 11110110 111111 111110

Color Harmonies of #6E62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E62DB

Black with #6E62DB

Text Example


Text Example

White with #6E62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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