Html Css Color HEX #6E5FDF Slate Blue

📋 copy color: '#6E5FDF'

red 110 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #6E5FDF

Tints of Slate Blue #6E5FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 25.7%
G = 22.2%
B = 52.1%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E5FDF (or 0x6E5FDF) is known color: Slate Blue. HEX triplet: 6E, 5F and DF. RGB value is (110,95,223). Sum of RGB (Red+Green+Blue) = 110+95+223=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E5FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FDF is #91A020. Grayscale: #717171. Windows color (decimal): -9543713 or 14638958. OLE color: 14638958.

HSL color Cylindrical-coordinate representation of color #6E5FDF: hue angle of 247.03º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E5FDF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 95 223 -
CMYK 0.51 0.57 0 0.13
HSL 247.03º 0.67% 0.62% -
HSV(B) 247.03º 0.57% 0.87% -
XYZ 23.84 16.83 71.8 -
YUV 114.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 110 95 223 0.51 0.57 0 0.13 247.03 0.67 0.62
Hex 6E 5F DF 33 39 0 D F7 43 3E
Octal 156 137 337 63 71 0 15 367 103 76
Binary 1101110 1011111 11011111 110011 111001 0 1101 11110111 1000011 111110

Color Harmonies of #6E5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FDF

Black with #6E5FDF

Text Example


Text Example

White with #6E5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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