#6251BF

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

Shades of Slate Blue #6251BF

Tints of Slate Blue #6251BF

Color information

#6251BF (or 0x6251BF) is unknown color: approx Slate Blue. HEX triplet: 62, 51 and BF. RGB value is (98,81,191). Sum of RGB (Red+Green+Blue) = 98+81+191=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6251BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251BF is #9DAE40. Grayscale: #626262. Windows color (decimal): -10333761 or 12538210. OLE color: 12538210.

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

Color convert

RGB9881191-
CMYK0.490.5800.25
HSL249.27º46.22%53.33%-
HSV(B)249.27º57.59%74.9%-
XYZ17.3812.2450.74-
YUV98.62180.13127.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 191 (75% from 255) = 51.62%
R=26.49%
G=21.89%
B=51.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98811910.490.5800.25249.2746.2253.33
Hex6251BF313A019f92e35
Octal14212127761720313715665
Binary110001010100011011111111000111101001100111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6251BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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