#66328A

Color #66328A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #66328A

Tints of Kingfisher Daisy #66328A

Color information

#66328A (or 0x66328A) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 32 and 8A. RGB value is (102,50,138). Sum of RGB (Red+Green+Blue) = 102+50+138=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #66328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66328A is #99CD75. Grayscale: #4B4B4B. Windows color (decimal): -10079606 or 9056870. OLE color: 9056870.

HSL color Cylindrical-coordinate representation of color #66328A: hue angle of 275.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66328A is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10250138-
CMYK0.260.6400.46
HSL275.45º46.81%36.86%-
HSV(B)275.45º63.77%54.12%-
XYZ11.216.9424.79-
YUV75.58163.23146.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=35.17%
G=17.24%
B=47.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102501380.260.6400.46275.4546.8136.86
Hex66328A1A4002E1132f25
Octal14662212321000564235745
Binary1100110110010100010101101010000000101110100010011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66328A; }

 p { color: rgb(102,50,138); }

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

<style>
 a { background-color: #66328A; }

 a { background-color: rgb(102,50,138); }

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

<style>
 span { border-color: #66328A; }

 span { border-color: rgb(102,50,138); }

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