#6661BE

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

Shades of Blue Marguerite #6661BE

Tints of Blue Marguerite #6661BE

Color information

#6661BE (or 0x6661BE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 61 and BE. RGB value is (102,97,190). Sum of RGB (Red+Green+Blue) = 102+97+190=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6661BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661BE is #999E41. Grayscale: #6C6C6C. Windows color (decimal): -10067522 or 12476774. OLE color: 12476774.

HSL color Cylindrical-coordinate representation of color #6661BE: hue angle of 243.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6661BE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10297190-
CMYK0.460.4900.25
HSL243.23º41.7%56.27%-
HSV(B)243.23º48.95%74.51%-
XYZ19.0515.0950.62-
YUV109.1173.66122.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=26.22%
G=24.94%
B=48.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102971900.460.4900.25243.2341.756.27
Hex6661BE2E31019f32a38
Octal14614127656610313635270
Binary110011011000011011111010111011000101100111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6661BE; }

 p { color: rgb(102,97,190); }

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

<style>
 a { background-color: #6661BE; }

 a { background-color: rgb(102,97,190); }

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

<style>
 span { border-color: #6661BE; }

 span { border-color: rgb(102,97,190); }

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