Html Css Color HEX #6E4FCF Slate Blue

📋 copy color: '#6E4FCF'

red 110 ◦ green 79 ◦ blue 207

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

Shades of Slate Blue #6E4FCF

Tints of Slate Blue #6E4FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 27.78%
G = 19.95%
B = 52.27%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E4FCF (or 0x6E4FCF) is known color: Slate Blue. HEX triplet: 6E, 4F and CF. RGB value is (110,79,207). Sum of RGB (Red+Green+Blue) = 110+79+207=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E4FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FCF is #91B030. Grayscale: #666666. Windows color (decimal): -9547825 or 13586286. OLE color: 13586286.

HSL color Cylindrical-coordinate representation of color #6E4FCF: hue angle of 254.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E4FCF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 79 207 -
CMYK 0.47 0.62 0 0.19
HSL 254.53º 0.57% 0.56% -
HSV(B) 254.53º 0.62% 0.81% -
XYZ 20.49 13.41 60.54 -
YUV 102.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 110 79 207 0.47 0.62 0 0.19 254.53 0.57 0.56
Hex 6E 4F CF 2F 3E 0 13 FF 39 38
Octal 156 117 317 57 76 0 23 377 71 70
Binary 1101110 1001111 11001111 101111 111110 0 10011 11111111 111001 111000

Color Harmonies of #6E4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FCF

Black with #6E4FCF

Text Example


Text Example

White with #6E4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,79,207); }

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

background-color css

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

 a { background-color: rgb(110,79,207); }

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

border-color css

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

 span { border-color: rgb(110,79,207); }

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