#665CB9

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

Shades of Blue Marguerite #665CB9

Tints of Blue Marguerite #665CB9

Color information

#665CB9 (or 0x665CB9) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and B9. RGB value is (102,92,185). Sum of RGB (Red+Green+Blue) = 102+92+185=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #665CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CB9 is #99A346. Grayscale: #696969. Windows color (decimal): -10068807 or 12147814. OLE color: 12147814.

HSL color Cylindrical-coordinate representation of color #665CB9: hue angle of 246.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #665CB9 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10292185-
CMYK0.450.5000.27
HSL246.45º39.91%54.31%-
HSV(B)246.45º50.27%72.55%-
XYZ18.0613.9847.65-
YUV105.59172.81125.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=26.91%
G=24.27%
B=48.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102921850.450.5000.27246.4539.9154.31
Hex665CB92D3201Bf62836
Octal14613427155620333665066
Binary110011010111001011100110110111001001101111110110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,185); }

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

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

 a { background-color: rgb(102,92,185); }

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

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

 span { border-color: rgb(102,92,185); }

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