Html Css Color HEX #6E5FDA Slate Blue

📋 copy color: '#6E5FDA'

red 110 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #6E5FDA

Tints of Slate Blue #6E5FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 26%
G = 22.46%
B = 51.54%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E5FDA (or 0x6E5FDA) is known color: Slate Blue. HEX triplet: 6E, 5F and DA. RGB value is (110,95,218). Sum of RGB (Red+Green+Blue) = 110+95+218=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E5FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FDA is #91A025. Grayscale: #717171. Windows color (decimal): -9543718 or 14311278. OLE color: 14311278.

HSL color Cylindrical-coordinate representation of color #6E5FDA: hue angle of 247.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5FDA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 95 218 -
CMYK 0.50 0.56 0 0.15
HSL 247.32º 0.62% 0.61% -
HSV(B) 247.32º 0.56% 0.85% -
XYZ 23.18 16.56 68.3 -
YUV 113.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 110 95 218 0.50 0.56 0 0.15 247.32 0.62 0.61
Hex 6E 5F DA 32 38 0 F F7 3E 3D
Octal 156 137 332 62 70 0 17 367 76 75
Binary 1101110 1011111 11011010 110010 111000 0 1111 11110111 111110 111101

Color Harmonies of #6E5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FDA

Black with #6E5FDA

Text Example


Text Example

White with #6E5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,218); }

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

background-color css

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

 a { background-color: rgb(110,95,218); }

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

border-color css

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

 span { border-color: rgb(110,95,218); }

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