#6658CD

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

Shades of Slate Blue #6658CD

Tints of Slate Blue #6658CD

Color information

#6658CD (or 0x6658CD) is unknown color: approx Slate Blue. HEX triplet: 66, 58 and CD. RGB value is (102,88,205). Sum of RGB (Red+Green+Blue) = 102+88+205=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #6658CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658CD is #99A732. Grayscale: #696969. Windows color (decimal): -10069811 or 13457510. OLE color: 13457510.

HSL color Cylindrical-coordinate representation of color #6658CD: hue angle of 247.18º degrees, saturation: 0.54, 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 #6658CD is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10288205-
CMYK0.500.5700.20
HSL247.18º53.92%57.45%-
HSV(B)247.18º57.07%80.39%-
XYZ19.9914.2159.45-
YUV105.52184.14125.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=25.82%
G=22.28%
B=51.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102882050.500.5700.20247.1853.9257.45
Hex6658CD3239014f73639
Octal14613031562710243676671
Binary110011010110001100110111001011100101010011110111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6658CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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