#66278F

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

Shades of Kingfisher Daisy #66278F

Tints of Kingfisher Daisy #66278F

Color information

#66278F (or 0x66278F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 27 and 8F. RGB value is (102,39,143). Sum of RGB (Red+Green+Blue) = 102+39+143=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #66278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66278F is #99D870. Grayscale: #454545. Windows color (decimal): -10082417 or 9381734. OLE color: 9381734.

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

Color convert

RGB10239143-
CMYK0.290.7300.44
HSL276.35º57.14%35.69%-
HSV(B)276.35º72.73%56.08%-
XYZ11.166.2626.61-
YUV69.69169.37151.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 143 (56.25% from 255) = 50.35%
R=35.92%
G=13.73%
B=50.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102391430.290.7300.44276.3557.1435.69
Hex66278F1D4902C1143924
Octal14647217351110544247144
Binary1100110100111100011111110110010010101100100010100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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