#614FCD

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

Shades of Slate Blue #614FCD

Tints of Slate Blue #614FCD

Color information

#614FCD (or 0x614FCD) is unknown color: approx Slate Blue. HEX triplet: 61, 4F and CD. RGB value is (97,79,205). Sum of RGB (Red+Green+Blue) = 97+79+205=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #614FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614FCD is #9EB032. Grayscale: #626262. Windows color (decimal): -10399795 or 13455201. OLE color: 13455201.

HSL color Cylindrical-coordinate representation of color #614FCD: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614FCD is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9779205-
CMYK0.530.6100.20
HSL248.57º55.75%55.69%-
HSV(B)248.57º61.46%80.39%-
XYZ18.7512.5459.19-
YUV98.75187.96126.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=25.46%
G=20.73%
B=53.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97792050.530.6100.20248.5755.7555.69
Hex614FCD353D014f93838
Octal14111731565750243717070
Binary110000110011111100110111010111110101010011111001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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