#614CDB

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

Shades of Slate Blue #614CDB

Tints of Slate Blue #614CDB

Color information

#614CDB (or 0x614CDB) is unknown color: approx Slate Blue. HEX triplet: 61, 4C and DB. RGB value is (97,76,219). Sum of RGB (Red+Green+Blue) = 97+76+219=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #614CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CDB is #9EB324. Grayscale: #626262. Windows color (decimal): -10400549 or 14371937. OLE color: 14371937.

HSL color Cylindrical-coordinate representation of color #614CDB: hue angle of 248.81º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614CDB is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9776219-
CMYK0.560.6500.14
HSL248.81º66.51%57.84%-
HSV(B)248.81º65.3%85.88%-
XYZ20.312.8268.42-
YUV98.58195.96126.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 76 (30.08% from 255) = 19.39%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=24.74%
G=19.39%
B=55.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97762190.560.6500.14248.8166.5157.84
Hex614CDB38410Ef9433a
Octal1411143337010101637110372
Binary1100001100110011011011111000100000101110111110011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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