#614BD0

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

Shades of Slate Blue #614BD0

Tints of Slate Blue #614BD0

Color information

#614BD0 (or 0x614BD0) is unknown color: approx Slate Blue. HEX triplet: 61, 4B and D0. RGB value is (97,75,208). Sum of RGB (Red+Green+Blue) = 97+75+208=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #614BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BD0 is #9EB42F. Grayscale: #606060. Windows color (decimal): -10400816 or 13650785. OLE color: 13650785.

HSL color Cylindrical-coordinate representation of color #614BD0: hue angle of 249.92º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614BD0 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9775208-
CMYK0.530.6400.18
HSL249.92º58.59%55.49%-
HSV(B)249.92º63.94%81.57%-
XYZ18.8312.1361.02-
YUV96.74190.79128.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 208 (81.64% from 255) = 54.74%
R=25.53%
G=19.74%
B=54.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97752080.530.6400.18249.9258.5955.49
Hex614BD03540012fa3b37
Octal141113320651000223727367
Binary1100001100101111010000110101100000001001011111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,208); }

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

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

 a { background-color: rgb(97,75,208); }

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

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

 span { border-color: rgb(97,75,208); }

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