#665CB0

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

Shades of Blue Marguerite #665CB0

Tints of Blue Marguerite #665CB0

Color information

#665CB0 (or 0x665CB0) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and B0. RGB value is (102,92,176). Sum of RGB (Red+Green+Blue) = 102+92+176=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #665CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CB0 is #99A34F. Grayscale: #686868. Windows color (decimal): -10068816 or 11557990. OLE color: 11557990.

HSL color Cylindrical-coordinate representation of color #665CB0: hue angle of 247.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665CB0 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10292176-
CMYK0.420.4800.31
HSL247.14º34.71%52.55%-
HSV(B)247.14º47.73%69.02%-
XYZ17.1413.6142.8-
YUV104.57168.31126.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 176 (69.14% from 255) = 47.57%
R=27.57%
G=24.86%
B=47.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102921760.420.4800.31247.1434.7152.55
Hex665CB02A3001Ff72335
Octal14613426052600373674365
Binary110011010111001011000010101011000001111111110111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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