#665BC8

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

Shades of Slate Blue #665BC8

Tints of Slate Blue #665BC8

Color information

#665BC8 (or 0x665BC8) is unknown color: approx Slate Blue. HEX triplet: 66, 5B and C8. RGB value is (102,91,200). Sum of RGB (Red+Green+Blue) = 102+91+200=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #665BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BC8 is #99A437. Grayscale: #6A6A6A. Windows color (decimal): -10069048 or 13130598. OLE color: 13130598.

HSL color Cylindrical-coordinate representation of color #665BC8: hue angle of 246.06º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665BC8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10291200-
CMYK0.490.5400.22
HSL246.06º49.77%57.06%-
HSV(B)246.06º54.5%78.43%-
XYZ19.6514.4856.4-
YUV106.71180.64124.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 200 (78.52% from 255) = 50.89%
R=25.95%
G=23.16%
B=50.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102912000.490.5400.22246.0649.7757.06
Hex665BC83136016f63239
Octal14613331061660263666271
Binary110011010110111100100011000111011001011011110110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665BC8; }

 p { color: rgb(102,91,200); }

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

<style>
 a { background-color: #665BC8; }

 a { background-color: rgb(102,91,200); }

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

<style>
 span { border-color: #665BC8; }

 span { border-color: rgb(102,91,200); }

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