#614FC4

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

Shades of Slate Blue #614FC4

Tints of Slate Blue #614FC4

Color information

#614FC4 (or 0x614FC4) is unknown color: approx Slate Blue. HEX triplet: 61, 4F and C4. RGB value is (97,79,196). Sum of RGB (Red+Green+Blue) = 97+79+196=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #614FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FC4 is #9EB03B. Grayscale: #616161. Windows color (decimal): -10399804 or 12865377. OLE color: 12865377.

HSL color Cylindrical-coordinate representation of color #614FC4: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614FC4 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9779196-
CMYK0.510.6000.23
HSL249.23º49.79%53.92%-
HSV(B)249.23º59.69%76.86%-
XYZ17.6912.1253.63-
YUV97.72183.46127.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 196 (76.95% from 255) = 52.69%
R=26.08%
G=21.24%
B=52.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97791960.510.6000.23249.2349.7953.92
Hex614FC4333C017f93236
Octal14111730463740273716266
Binary110000110011111100010011001111110001011111111001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,196); }

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

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

 a { background-color: rgb(97,79,196); }

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

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

 span { border-color: rgb(97,79,196); }

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