#66348F

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

Shades of Kingfisher Daisy #66348F

Tints of Kingfisher Daisy #66348F

Color information

#66348F (or 0x66348F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 34 and 8F. RGB value is (102,52,143). Sum of RGB (Red+Green+Blue) = 102+52+143=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #66348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348F is #99CB70. Grayscale: #4D4D4D. Windows color (decimal): -10079089 or 9385062. OLE color: 9385062.

HSL color Cylindrical-coordinate representation of color #66348F: hue angle of 272.97º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66348F is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10252143-
CMYK0.290.6400.44
HSL272.97º46.67%38.24%-
HSV(B)272.97º63.64%56.08%-
XYZ11.677.2626.77-
YUV77.32165.06145.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=34.34%
G=17.51%
B=48.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102521430.290.6400.44272.9746.6738.24
Hex66348F1D4002C1112f26
Octal14664217351000544215746
Binary1100110110100100011111110110000000101100100010001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66348F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66348F; }

 p { color: rgb(102,52,143); }

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

<style>
 a { background-color: #66348F; }

 a { background-color: rgb(102,52,143); }

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

<style>
 span { border-color: #66348F; }

 span { border-color: rgb(102,52,143); }

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