#614CE0

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

Shades of Slate Blue #614CE0

Tints of Slate Blue #614CE0

Color information

#614CE0 (or 0x614CE0) is unknown color: approx Slate Blue. HEX triplet: 61, 4C and E0. RGB value is (97,76,224). Sum of RGB (Red+Green+Blue) = 97+76+224=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #614CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CE0 is #9EB31F. Grayscale: #626262. Windows color (decimal): -10400544 or 14699617. OLE color: 14699617.

HSL color Cylindrical-coordinate representation of color #614CE0: hue angle of 248.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614CE0 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9776224-
CMYK0.570.6600.12
HSL248.51º70.48%58.82%-
HSV(B)248.51º66.07%87.84%-
XYZ20.9713.0971.94-
YUV99.15198.46126.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 224 (87.89% from 255) = 56.42%
R=24.43%
G=19.14%
B=56.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97762240.570.6600.12248.5170.4858.82
Hex614CE039420Cf9463b
Octal1411143407110201437110673
Binary1100001100110011100000111001100001001100111110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,224); }

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

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

 a { background-color: rgb(97,76,224); }

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

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

 span { border-color: rgb(97,76,224); }

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