#6658CC

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

Shades of Slate Blue #6658CC

Tints of Slate Blue #6658CC

Color information

#6658CC (or 0x6658CC) is unknown color: approx Slate Blue. HEX triplet: 66, 58 and CC. RGB value is (102,88,204). Sum of RGB (Red+Green+Blue) = 102+88+204=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #6658CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658CC is #99A733. Grayscale: #686868. Windows color (decimal): -10069812 or 13391974. OLE color: 13391974.

HSL color Cylindrical-coordinate representation of color #6658CC: hue angle of 247.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6658CC is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10288204-
CMYK0.50.5700.2
HSL247.24º53.21%57.25%-
HSV(B)247.24º56.86%80%-
XYZ19.8714.1658.81-
YUV105.41183.64125.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=25.89%
G=22.34%
B=51.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102882040.50.5700.2247.2453.2157.25
Hex6658CC3239014f73539
Octal14613031462710243676571
Binary110011010110001100110011001011100101010011110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6658CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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