Html Css Color HEX #6E67DB Slate Blue

📋 copy color: '#6E67DB'

red 110 ◦ green 103 ◦ blue 219

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

Shades of Slate Blue #6E67DB

Tints of Slate Blue #6E67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

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

R = 25.46%
G = 23.84%
B = 50.69%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E67DB (or 0x6E67DB) is known color: Slate Blue. HEX triplet: 6E, 67 and DB. RGB value is (110,103,219). Sum of RGB (Red+Green+Blue) = 110+103+219=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E67DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E67DB is #919824. Grayscale: #757575. Windows color (decimal): -9541669 or 14378862. OLE color: 14378862.

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

Color convert

RGB 110 103 219 -
CMYK 0.50 0.53 0 0.14
HSL 243.62º 0.62% 0.63% -
HSV(B) 243.62º 0.53% 0.86% -
XYZ 24.07 18.13 69.25 -
YUV 118.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 110 103 219 0.50 0.53 0 0.14 243.62 0.62 0.63
Hex 6E 67 DB 32 35 0 E F4 3E 3F
Octal 156 147 333 62 65 0 16 364 76 77
Binary 1101110 1100111 11011011 110010 110101 0 1110 11110100 111110 111111

Color Harmonies of #6E67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E67DB

Black with #6E67DB

Text Example


Text Example

White with #6E67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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