#6259BF

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

Shades of Slate Blue #6259BF

Tints of Slate Blue #6259BF

Color information

#6259BF (or 0x6259BF) is unknown color: approx Slate Blue. HEX triplet: 62, 59 and BF. RGB value is (98,89,191). Sum of RGB (Red+Green+Blue) = 98+89+191=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6259BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259BF is #9DA640. Grayscale: #666666. Windows color (decimal): -10331713 or 12540258. OLE color: 12540258.

HSL color Cylindrical-coordinate representation of color #6259BF: hue angle of 245.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6259BF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9889191-
CMYK0.490.5300.25
HSL245.29º44.35%54.9%-
HSV(B)245.29º53.4%74.9%-
XYZ18.0113.550.95-
YUV103.32177.48124.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 191 (75% from 255) = 50.53%
R=25.93%
G=23.54%
B=50.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98891910.490.5300.25245.2944.3554.9
Hex6259BF3135019f52c37
Octal14213127761650313655467
Binary110001010110011011111111000111010101100111110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6259BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6259BF; }

 p { color: rgb(98,89,191); }

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

<style>
 a { background-color: #6259BF; }

 a { background-color: rgb(98,89,191); }

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

<style>
 span { border-color: #6259BF; }

 span { border-color: rgb(98,89,191); }

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