#661E95

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

Shades of Kingfisher Daisy #661E95

Tints of Kingfisher Daisy #661E95

Color information

#661E95 (or 0x661E95) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 1E and 95. RGB value is (102,30,149). Sum of RGB (Red+Green+Blue) = 102+30+149=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #661E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661E95 is #99E16A. Grayscale: #404040. Windows color (decimal): -10084715 or 9772646. OLE color: 9772646.

HSL color Cylindrical-coordinate representation of color #661E95: hue angle of 276.3º degrees, saturation: 0.66, 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 #661E95 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10230149-
CMYK0.320.8000.42
HSL276.3º66.48%35.1%-
HSV(B)276.3º79.87%58.43%-
XYZ11.375.9228.98-
YUV65.09175.35154.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=36.30%
G=10.68%
B=53.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102301490.320.8000.42276.366.4835.1
Hex661E95205002A1144223
Octal146362254012005242410243
Binary11001101111010010101100000101000001010101000101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,149); }

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

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

 a { background-color: rgb(102,30,149); }

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

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

 span { border-color: rgb(102,30,149); }

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