#6E63CF

Color #6E63CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E63CF

Tints of Slate Blue #6E63CF

Color information

#6E63CF (or 0x6E63CF) is unknown color: approx Slate Blue. HEX triplet: 6E, 63 and CF. RGB value is (110,99,207). Sum of RGB (Red+Green+Blue) = 110+99+207=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E63CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63CF is #919C30. Grayscale: #727272. Windows color (decimal): -9542705 or 13591406. OLE color: 13591406.

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

Color convert

RGB11099207-
CMYK0.470.5200.19
HSL246.11º52.94%60%-
HSV(B)246.11º52.17%81.18%-
XYZ22.1516.7461.1-
YUV114.6180.14124.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.44%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=26.44%
G=23.80%
B=49.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal110992070.470.5200.19246.1152.9460
Hex6E63CF2F34013f6353c
Octal15614331757640233666574
Binary110111011000111100111110111111010001001111110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E63CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E63CF;
 }
 .AnyTagClassName
 {
   color: #6E63CF;
 }
</style>
background-color css

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

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

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

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

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

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