#6257BF

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

Shades of Slate Blue #6257BF

Tints of Slate Blue #6257BF

Color information

#6257BF (or 0x6257BF) is unknown color: approx Slate Blue. HEX triplet: 62, 57 and BF. RGB value is (98,87,191). Sum of RGB (Red+Green+Blue) = 98+87+191=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6257BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257BF is #9DA840. Grayscale: #656565. Windows color (decimal): -10332225 or 12539746. OLE color: 12539746.

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

Color convert

RGB9887191-
CMYK0.490.5400.25
HSL246.35º44.83%54.51%-
HSV(B)246.35º54.45%74.9%-
XYZ17.8513.1750.89-
YUV102.14178.14125.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 191 (75% from 255) = 50.80%
R=26.06%
G=23.14%
B=50.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98871910.490.5400.25246.3544.8354.51
Hex6257BF3136019f62d37
Octal14212727761660313665567
Binary110001010101111011111111000111011001100111110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6257BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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