#665CBA

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

Shades of Blue Marguerite #665CBA

Tints of Blue Marguerite #665CBA

Color information

#665CBA (or 0x665CBA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and BA. RGB value is (102,92,186). Sum of RGB (Red+Green+Blue) = 102+92+186=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #665CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CBA is #99A345. Grayscale: #696969. Windows color (decimal): -10068806 or 12213350. OLE color: 12213350.

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

Color convert

RGB10292186-
CMYK0.450.5100.27
HSL246.38º40.52%54.51%-
HSV(B)246.38º50.54%72.94%-
XYZ18.1714.0248.2-
YUV105.71173.31125.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=26.84%
G=24.21%
B=48.95%

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
Decimal102921860.450.5100.27246.3840.5254.51
Hex665CBA2D3301Bf62937
Octal14613427255630333665167
Binary110011010111001011101010110111001101101111110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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