#665FB6

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

Shades of Blue Marguerite #665FB6

Tints of Blue Marguerite #665FB6

Color information

#665FB6 (or 0x665FB6) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5F and B6. RGB value is (102,95,182). Sum of RGB (Red+Green+Blue) = 102+95+182=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #665FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FB6 is #99A049. Grayscale: #6A6A6A. Windows color (decimal): -10068042 or 11951974. OLE color: 11951974.

HSL color Cylindrical-coordinate representation of color #665FB6: hue angle of 244.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665FB6 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10295182-
CMYK0.440.4800.29
HSL244.83º37.34%54.31%-
HSV(B)244.83º47.8%71.37%-
XYZ18.0214.3946.08-
YUV107.01170.32124.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=26.91%
G=25.07%
B=48.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102951820.440.4800.29244.8337.3454.31
Hex665FB62C3001Df52536
Octal14613726654600353654566
Binary110011010111111011011010110011000001110111110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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