#665FBF

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

Shades of Slate Blue #665FBF

Tints of Slate Blue #665FBF

Color information

#665FBF (or 0x665FBF) is unknown color: approx Slate Blue. HEX triplet: 66, 5F and BF. RGB value is (102,95,191). Sum of RGB (Red+Green+Blue) = 102+95+191=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #665FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FBF is #99A040. Grayscale: #6B6B6B. Windows color (decimal): -10068033 or 12541798. OLE color: 12541798.

HSL color Cylindrical-coordinate representation of color #665FBF: hue angle of 244.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665FBF is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10295191-
CMYK0.470.5000.25
HSL244.38º42.86%56.08%-
HSV(B)244.38º50.26%74.9%-
XYZ18.9814.7751.14-
YUV108.04174.82123.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 191 (75% from 255) = 49.23%
R=26.29%
G=24.48%
B=49.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102951910.470.5000.25244.3842.8656.08
Hex665FBF2F32019f42b38
Octal14613727757620313645370
Binary110011010111111011111110111111001001100111110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,95,191); }

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

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

 a { background-color: rgb(102,95,191); }

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

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

 span { border-color: rgb(102,95,191); }

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