#665BBA

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

Shades of Blue Marguerite #665BBA

Tints of Blue Marguerite #665BBA

Color information

#665BBA (or 0x665BBA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5B and BA. RGB value is (102,91,186). Sum of RGB (Red+Green+Blue) = 102+91+186=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #665BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BBA is #99A445. Grayscale: #686868. Windows color (decimal): -10069062 or 12213094. OLE color: 12213094.

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

Color convert

RGB10291186-
CMYK0.450.5100.27
HSL246.95º40.77%54.31%-
HSV(B)246.95º51.08%72.94%-
XYZ18.0813.8548.17-
YUV105.12173.64125.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=26.91%
G=24.01%
B=49.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102911860.450.5100.27246.9540.7754.31
Hex665BBA2D3301Bf72936
Octal14613327255630333675166
Binary110011010110111011101010110111001101101111110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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