#6658BF

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

Shades of Slate Blue #6658BF

Tints of Slate Blue #6658BF

Color information

#6658BF (or 0x6658BF) is unknown color: approx Slate Blue. HEX triplet: 66, 58 and BF. RGB value is (102,88,191). Sum of RGB (Red+Green+Blue) = 102+88+191=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #6658BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658BF is #99A740. Grayscale: #676767. Windows color (decimal): -10069825 or 12540006. OLE color: 12540006.

HSL color Cylindrical-coordinate representation of color #6658BF: hue angle of 248.16º 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 #6658BF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10288191-
CMYK0.470.5400.25
HSL248.16º44.59%54.71%-
HSV(B)248.16º53.93%74.9%-
XYZ18.3713.5750.94-
YUV103.93177.14126.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 191 (75% from 255) = 50.13%
R=26.77%
G=23.10%
B=50.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102881910.470.5400.25248.1644.5954.71
Hex6658BF2F36019f82d37
Octal14613027757660313705567
Binary110011010110001011111110111111011001100111111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6658BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,88,191); }

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

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

 a { background-color: rgb(102,88,191); }

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

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

 span { border-color: rgb(102,88,191); }

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