#665FBB

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

Shades of Blue Marguerite #665FBB

Tints of Blue Marguerite #665FBB

Color information

#665FBB (or 0x665FBB) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5F and BB. RGB value is (102,95,187). Sum of RGB (Red+Green+Blue) = 102+95+187=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #665FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FBB is #99A044. Grayscale: #6B6B6B. Windows color (decimal): -10068037 or 12279654. OLE color: 12279654.

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

Color convert

RGB10295187-
CMYK0.450.4900.27
HSL244.57º40.35%55.29%-
HSV(B)244.57º49.2%73.33%-
XYZ18.5414.648.85-
YUV107.58172.82124.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=26.56%
G=24.74%
B=48.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102951870.450.4900.27244.5740.3555.29
Hex665FBB2D3101Bf52837
Octal14613727355610333655067
Binary110011010111111011101110110111000101101111110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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