#661A8B

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

Shades of Kingfisher Daisy #661A8B

Tints of Kingfisher Daisy #661A8B

Color information

#661A8B (or 0x661A8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 1A and 8B. RGB value is (102,26,139). Sum of RGB (Red+Green+Blue) = 102+26+139=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #661A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661A8B is #99E574. Grayscale: #3D3D3D. Windows color (decimal): -10085749 or 9116262. OLE color: 9116262.

HSL color Cylindrical-coordinate representation of color #661A8B: hue angle of 280.35º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661A8B is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10226139-
CMYK0.270.8100.45
HSL280.35º68.48%32.35%-
HSV(B)280.35º81.29%54.51%-
XYZ10.515.4324.92-
YUV61.61171.68156.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=38.20%
G=9.74%
B=52.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102261390.270.8100.45280.3568.4832.35
Hex661A8B1B5102D1184420
Octal146322133312105543010440
Binary1100110110101000101111011101000101011011000110001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A8B; }

 p { color: rgb(102,26,139); }

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

<style>
 a { background-color: #661A8B; }

 a { background-color: rgb(102,26,139); }

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

<style>
 span { border-color: #661A8B; }

 span { border-color: rgb(102,26,139); }

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