#665DBD

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

Shades of Blue Marguerite #665DBD

Tints of Blue Marguerite #665DBD

Color information

#665DBD (or 0x665DBD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5D and BD. RGB value is (102,93,189). Sum of RGB (Red+Green+Blue) = 102+93+189=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #665DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DBD is #99A242. Grayscale: #6A6A6A. Windows color (decimal): -10068547 or 12410214. OLE color: 12410214.

HSL color Cylindrical-coordinate representation of color #665DBD: hue angle of 245.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665DBD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10293189-
CMYK0.460.5100.26
HSL245.62º42.11%55.29%-
HSV(B)245.62º50.79%74.12%-
XYZ18.5814.3349.93-
YUV106.64174.48124.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=26.56%
G=24.22%
B=49.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102931890.460.5100.26245.6242.1155.29
Hex665DBD2E3301Af62a37
Octal14613527556630323665267
Binary110011010111011011110110111011001101101011110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,93,189); }

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

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

 a { background-color: rgb(102,93,189); }

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

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

 span { border-color: rgb(102,93,189); }

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