#604BDA

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

Shades of Slate Blue #604BDA

Tints of Slate Blue #604BDA

Color information

#604BDA (or 0x604BDA) is unknown color: approx Slate Blue. HEX triplet: 60, 4B and DA. RGB value is (96,75,218). Sum of RGB (Red+Green+Blue) = 96+75+218=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #604BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BDA is #9FB425. Grayscale: #616161. Windows color (decimal): -10466342 or 14306144. OLE color: 14306144.

HSL color Cylindrical-coordinate representation of color #604BDA: hue angle of 248.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604BDA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9675218-
CMYK0.560.6600.15
HSL248.81º65.9%57.45%-
HSV(B)248.81º65.6%85.49%-
XYZ19.9912.5867.7-
YUV97.58195.96126.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=24.68%
G=19.28%
B=56.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96752180.560.6600.15248.8165.957.45
Hex604BDA38420Ff94239
Octal1401133327010201737110271
Binary1100000100101111011010111000100001001111111110011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604BDA; }

 p { color: rgb(96,75,218); }

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

<style>
 a { background-color: #604BDA; }

 a { background-color: rgb(96,75,218); }

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

<style>
 span { border-color: #604BDA; }

 span { border-color: rgb(96,75,218); }

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