#6254DB

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

Shades of Slate Blue #6254DB

Tints of Slate Blue #6254DB

Color information

#6254DB (or 0x6254DB) is unknown color: approx Slate Blue. HEX triplet: 62, 54 and DB. RGB value is (98,84,219). Sum of RGB (Red+Green+Blue) = 98+84+219=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6254DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254DB is #9DAB24. Grayscale: #676767. Windows color (decimal): -10332965 or 14373986. OLE color: 14373986.

HSL color Cylindrical-coordinate representation of color #6254DB: hue angle of 246.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6254DB is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9884219-
CMYK0.550.6200.14
HSL246.22º65.22%59.41%-
HSV(B)246.22º61.64%85.88%-
XYZ20.9914.0568.62-
YUV103.58193.14124.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 219 (85.94% from 255) = 54.61%
R=24.44%
G=20.95%
B=54.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98842190.550.6200.14246.2265.2259.41
Hex6254DB373E0Ef6413b
Octal142124333677601636610173
Binary110001010101001101101111011111111001110111101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6254DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6254DB; }

 p { color: rgb(98,84,219); }

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

<style>
 a { background-color: #6254DB; }

 a { background-color: rgb(98,84,219); }

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

<style>
 span { border-color: #6254DB; }

 span { border-color: rgb(98,84,219); }

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