#665bce

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

Shades of Slate Blue #665BCE

Tints of Slate Blue #665BCE

Color information

#665BCE (or 0x665BCE) is unknown color: approx Slate Blue. HEX triplet: 66, 5B and CE. RGB value is (102,91,206). Sum of RGB (Red+Green+Blue) = 102+91+206=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #665BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BCE is #99A431. Grayscale: #6A6A6A. Windows color (decimal): -10069042 or 13523814. OLE color: 13523814.

HSL color Cylindrical-coordinate representation of color #665BCE: hue angle of 245.74º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665BCE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10291206-
CMYK0.500.5600.19
HSL245.74º53.99%58.24%-
HSV(B)245.74º55.83%80.78%-
XYZ20.3614.7660.17-
YUV107.4183.64124.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 91 (35.94% from 255) = 22.81%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=25.56%
G=22.81%
B=51.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102912060.500.5600.19245.7453.9958.24
Hex665BCE3238013f6363a
Octal14613331662700233666672
Binary110011010110111100111011001011100001001111110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665bce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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