#661d93

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

Shades of Kingfisher Daisy #661D93

Tints of Kingfisher Daisy #661D93

Color information

#661D93 (or 0x661D93) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 1D and 93. RGB value is (102,29,147). Sum of RGB (Red+Green+Blue) = 102+29+147=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #661D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D93 is #99E26C. Grayscale: #3F3F3F. Windows color (decimal): -10084973 or 9641318. OLE color: 9641318.

HSL color Cylindrical-coordinate representation of color #661D93: hue angle of 277.12º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661D93 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10229147-
CMYK0.310.8000.42
HSL277.12º67.05%34.51%-
HSV(B)277.12º80.27%57.65%-
XYZ11.195.8128.14-
YUV64.28174.68154.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=36.69%
G=10.43%
B=52.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102291470.310.8000.42277.1267.0534.51
Hex661D931F5002A1154323
Octal146352233712005242510343
Binary1100110111011001001111111101000001010101000101011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,29,147); }

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

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

 a { background-color: rgb(102,29,147); }

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

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

 span { border-color: rgb(102,29,147); }

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