#614EBF

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

Shades of Slate Blue #614EBF

Tints of Slate Blue #614EBF

Color information

#614EBF (or 0x614EBF) is unknown color: approx Slate Blue. HEX triplet: 61, 4E and BF. RGB value is (97,78,191). Sum of RGB (Red+Green+Blue) = 97+78+191=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #614EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EBF is #9EB140. Grayscale: #606060. Windows color (decimal): -10400065 or 12537441. OLE color: 12537441.

HSL color Cylindrical-coordinate representation of color #614EBF: hue angle of 250.09º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614EBF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9778191-
CMYK0.490.5900.25
HSL250.09º46.89%52.75%-
HSV(B)250.09º59.16%74.9%-
XYZ17.0611.7550.66-
YUV96.56181.29128.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 191 (75% from 255) = 52.19%
R=26.50%
G=21.31%
B=52.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97781910.490.5900.25250.0946.8952.75
Hex614EBF313B019fa2f35
Octal14111627761730313725765
Binary110000110011101011111111000111101101100111111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614EBF; }

 p { color: rgb(97,78,191); }

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

<style>
 a { background-color: #614EBF; }

 a { background-color: rgb(97,78,191); }

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

<style>
 span { border-color: #614EBF; }

 span { border-color: rgb(97,78,191); }

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