#66228F

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

Shades of Kingfisher Daisy #66228F

Tints of Kingfisher Daisy #66228F

Color information

#66228F (or 0x66228F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 22 and 8F. RGB value is (102,34,143). Sum of RGB (Red+Green+Blue) = 102+34+143=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #66228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66228F is #99DD70. Grayscale: #424242. Windows color (decimal): -10083697 or 9380454. OLE color: 9380454.

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

Color convert

RGB10234143-
CMYK0.290.7600.44
HSL277.43º61.58%34.71%-
HSV(B)277.43º76.22%56.08%-
XYZ11.015.9526.56-
YUV66.76171.03153.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 34 (13.67% from 255) = 12.19%
BLUE value IS 143 (56.25% from 255) = 51.25%
R=36.56%
G=12.19%
B=51.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102341430.290.7600.44277.4361.5834.71
Hex66228F1D4C02C1153e23
Octal14642217351140544257643
Binary1100110100010100011111110110011000101100100010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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