#6663AD

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

Shades of Blue Marguerite #6663AD

Tints of Blue Marguerite #6663AD

Color information

#6663AD (or 0x6663AD) is unknown color: approx Blue Marguerite. HEX triplet: 66, 63 and AD. RGB value is (102,99,173). Sum of RGB (Red+Green+Blue) = 102+99+173=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6663AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6663AD is #999C52. Grayscale: #6C6C6C. Windows color (decimal): -10067027 or 11363174. OLE color: 11363174.

HSL color Cylindrical-coordinate representation of color #6663AD: hue angle of 242.43º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6663AD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10299173-
CMYK0.410.4300.32
HSL242.43º31.09%53.33%-
HSV(B)242.43º42.77%67.84%-
XYZ17.4814.7741.46-
YUV108.33164.49123.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=27.27%
G=26.47%
B=46.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102991730.410.4300.32242.4331.0953.33
Hex6663AD292B020f21f35
Octal14614325551530403623765
Binary110011011000111010110110100110101101000001111001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6663AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6663AD; }

 p { color: rgb(102,99,173); }

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

<style>
 a { background-color: #6663AD; }

 a { background-color: rgb(102,99,173); }

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

<style>
 span { border-color: #6663AD; }

 span { border-color: rgb(102,99,173); }

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