#661F88

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

Shades of Kingfisher Daisy #661F88

Tints of Kingfisher Daisy #661F88

Color information

#661F88 (or 0x661F88) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 1F and 88. RGB value is (102,31,136). Sum of RGB (Red+Green+Blue) = 102+31+136=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #661F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661F88 is #99E077. Grayscale: #3F3F3F. Windows color (decimal): -10084472 or 8920934. OLE color: 8920934.

HSL color Cylindrical-coordinate representation of color #661F88: hue angle of 280.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661F88 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10231136-
CMYK0.250.7700.47
HSL280.57º62.87%32.75%-
HSV(B)280.57º77.21%53.33%-
XYZ10.415.5823.82-
YUV64.2168.52154.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=37.92%
G=11.52%
B=50.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102311360.250.7700.47280.5762.8732.75
Hex661F88194D02F1193f21
Octal14637210311150574317741
Binary110011011111100010001100110011010101111100011001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,31,136); }

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

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

 a { background-color: rgb(102,31,136); }

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

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

 span { border-color: rgb(102,31,136); }

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