Html Css Color HEX #6E5FCA Slate Blue

📋 copy color: '#6E5FCA'

red 110 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #6E5FCA

Tints of Slate Blue #6E5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 27.03%
G = 23.34%
B = 49.63%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E5FCA (or 0x6E5FCA) is known color: Slate Blue. HEX triplet: 6E, 5F and CA. RGB value is (110,95,202). Sum of RGB (Red+Green+Blue) = 110+95+202=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCA is #91A035. Grayscale: #6F6F6F. Windows color (decimal): -9543734 or 13262702. OLE color: 13262702.

HSL color Cylindrical-coordinate representation of color #6E5FCA: hue angle of 248.41º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5FCA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 95 202 -
CMYK 0.46 0.53 0 0.21
HSL 248.41º 0.5% 0.58% -
HSV(B) 248.41º 0.53% 0.79% -
XYZ 21.18 15.76 57.8 -
YUV 111.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 110 95 202 0.46 0.53 0 0.21 248.41 0.5 0.58
Hex 6E 5F CA 2E 35 0 15 F8 32 3A
Octal 156 137 312 56 65 0 25 370 62 72
Binary 1101110 1011111 11001010 101110 110101 0 10101 11111000 110010 111010

Color Harmonies of #6E5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FCA

Black with #6E5FCA

Text Example


Text Example

White with #6E5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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