#66298D

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

Shades of Kingfisher Daisy #66298D

Tints of Kingfisher Daisy #66298D

Color information

#66298D (or 0x66298D) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 29 and 8D. RGB value is (102,41,141). Sum of RGB (Red+Green+Blue) = 102+41+141=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #66298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66298D is #99D672. Grayscale: #464646. Windows color (decimal): -10081907 or 9251174. OLE color: 9251174.

HSL color Cylindrical-coordinate representation of color #66298D: hue angle of 276.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66298D is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10241141-
CMYK0.280.7100.45
HSL276.6º54.95%35.69%-
HSV(B)276.6º70.92%55.29%-
XYZ11.086.3325.84-
YUV70.64167.71150.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=35.92%
G=14.44%
B=49.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102411410.280.7100.45276.654.9535.69
Hex66298D1C4702D1153724
Octal14651215341070554256744
Binary1100110101001100011011110010001110101101100010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66298D; }

 p { color: rgb(102,41,141); }

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

<style>
 a { background-color: #66298D; }

 a { background-color: rgb(102,41,141); }

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

<style>
 span { border-color: #66298D; }

 span { border-color: rgb(102,41,141); }

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