#6658CA

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

Shades of Slate Blue #6658CA

Tints of Slate Blue #6658CA

Color information

#6658CA (or 0x6658CA) is unknown color: approx Slate Blue. HEX triplet: 66, 58 and CA. RGB value is (102,88,202). Sum of RGB (Red+Green+Blue) = 102+88+202=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #6658CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658CA is #99A735. Grayscale: #686868. Windows color (decimal): -10069814 or 13260902. OLE color: 13260902.

HSL color Cylindrical-coordinate representation of color #6658CA: hue angle of 247.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6658CA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10288202-
CMYK0.500.5600.21
HSL247.37º51.82%56.86%-
HSV(B)247.37º56.44%79.22%-
XYZ19.6314.0757.56-
YUV105.18182.64125.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=26.02%
G=22.45%
B=51.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102882020.500.5600.21247.3751.8256.86
Hex6658CA3238015f73439
Octal14613031262700253676471
Binary110011010110001100101011001011100001010111110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6658CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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