#665BBE

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

Shades of Blue Marguerite #665BBE

Tints of Blue Marguerite #665BBE

Color information

#665BBE (or 0x665BBE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and BE. RGB value is (102,91,190). Sum of RGB (Red+Green+Blue) = 102+91+190=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #665BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBE is #99A441. Grayscale: #696969. Windows color (decimal): -10069058 or 12475238. OLE color: 12475238.

HSL color Cylindrical-coordinate representation of color #665BBE: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #665BBE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10291190-
CMYK0.460.5200.25
HSL246.67º43.23%55.1%-
HSV(B)246.67º52.11%74.51%-
XYZ18.5114.0250.45-
YUV105.57175.64125.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=26.63%
G=23.76%
B=49.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102911900.460.5200.25246.6743.2355.1
Hex665BBE2E34019f72b37
Octal14613327656640313675367
Binary110011010110111011111010111011010001100111110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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