#6252DB

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

Shades of Slate Blue #6252DB

Tints of Slate Blue #6252DB

Color information

#6252DB (or 0x6252DB) is unknown color: approx Slate Blue. HEX triplet: 62, 52 and DB. RGB value is (98,82,219). Sum of RGB (Red+Green+Blue) = 98+82+219=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6252DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252DB is #9DAD24. Grayscale: #656565. Windows color (decimal): -10333477 or 14373474. OLE color: 14373474.

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

Color convert

RGB9882219-
CMYK0.550.6300.14
HSL247.01º65.55%59.02%-
HSV(B)247.01º62.56%85.88%-
XYZ20.8413.7568.57-
YUV102.4193.8124.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=24.56%
G=20.55%
B=54.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal98822190.550.6300.14247.0165.5559.02
Hex6252DB373F0Ef7423b
Octal142122333677701636710273
Binary110001010100101101101111011111111101110111101111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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