#614CC0

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

Shades of Slate Blue #614CC0

Tints of Slate Blue #614CC0

Color information

#614CC0 (or 0x614CC0) is unknown color: approx Slate Blue. HEX triplet: 61, 4C and C0. RGB value is (97,76,192). Sum of RGB (Red+Green+Blue) = 97+76+192=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #614CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CC0 is #9EB33F. Grayscale: #5F5F5F. Windows color (decimal): -10400576 or 12602465. OLE color: 12602465.

HSL color Cylindrical-coordinate representation of color #614CC0: hue angle of 250.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614CC0 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9776192-
CMYK0.490.6000.25
HSL250.86º47.93%52.55%-
HSV(B)250.86º60.42%75.29%-
XYZ17.0311.5251.19-
YUV95.5182.46129.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=26.58%
G=20.82%
B=52.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97761920.490.6000.25250.8647.9352.55
Hex614CC0313C019fb3035
Octal14111430061740313736065
Binary110000110011001100000011000111110001100111111011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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