#614BCE

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

Shades of Slate Blue #614BCE

Tints of Slate Blue #614BCE

Color information

#614BCE (or 0x614BCE) is unknown color: approx Slate Blue. HEX triplet: 61, 4B and CE. RGB value is (97,75,206). Sum of RGB (Red+Green+Blue) = 97+75+206=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #614BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BCE is #9EB431. Grayscale: #606060. Windows color (decimal): -10400818 or 13519713. OLE color: 13519713.

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

Color convert

RGB9775206-
CMYK0.530.6400.19
HSL250.08º57.21%55.1%-
HSV(B)250.08º63.59%80.78%-
XYZ18.5912.0359.73-
YUV96.51189.79128.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 206 (80.86% from 255) = 54.50%
R=25.66%
G=19.84%
B=54.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97752060.530.6400.19250.0857.2155.1
Hex614BCE3540013fa3937
Octal141113316651000233727167
Binary1100001100101111001110110101100000001001111111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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