#654186

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

Shades of Kingfisher Daisy #654186

Tints of Kingfisher Daisy #654186

Color information

#654186 (or 0x654186) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 41 and 86. RGB value is (101,65,134). Sum of RGB (Red+Green+Blue) = 101+65+134=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #654186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654186 is #9ABE79. Grayscale: #535353. Windows color (decimal): -10141306 or 8798565. OLE color: 8798565.

HSL color Cylindrical-coordinate representation of color #654186: hue angle of 271.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654186 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10165134-
CMYK0.250.5100.47
HSL271.3º34.67%39.02%-
HSV(B)271.3º51.49%52.55%-
XYZ11.568.2723.54-
YUV83.63156.43140.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=33.67%
G=21.67%
B=44.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101651340.250.5100.47271.334.6739.02
Hex654186193302F10f2327
Octal14510120631630574174347
Binary1100101100000110000110110011100110101111100001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654186; }

 p { color: rgb(101,65,134); }

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

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

 a { background-color: rgb(101,65,134); }

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

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

 span { border-color: rgb(101,65,134); }

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