#661A90

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

Shades of Kingfisher Daisy #661A90

Tints of Kingfisher Daisy #661A90

Color information

#661A90 (or 0x661A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 1A and 90. RGB value is (102,26,144). Sum of RGB (Red+Green+Blue) = 102+26+144=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #661A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661A90 is #99E56F. Grayscale: #3D3D3D. Windows color (decimal): -10085744 or 9443942. OLE color: 9443942.

HSL color Cylindrical-coordinate representation of color #661A90: hue angle of 278.64º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661A90 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10226144-
CMYK0.290.8200.44
HSL278.64º69.41%33.33%-
HSV(B)278.64º81.94%56.47%-
XYZ10.885.5826.89-
YUV62.18174.18156.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=37.5%
G=9.56%
B=52.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102261440.290.8200.44278.6469.4133.33
Hex661A901D5202C1174521
Octal146322203512205442710541
Binary1100110110101001000011101101001001011001000101111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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