#654181

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

Shades of Kingfisher Daisy #654181

Tints of Kingfisher Daisy #654181

Color information

#654181 (or 0x654181) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 41 and 81. RGB value is (101,65,129). Sum of RGB (Red+Green+Blue) = 101+65+129=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #654181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654181 is #9ABE7E. Grayscale: #525252. Windows color (decimal): -10141311 or 8470885. OLE color: 8470885.

HSL color Cylindrical-coordinate representation of color #654181: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654181 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10165129-
CMYK0.220.5000.49
HSL273.75º32.99%38.04%-
HSV(B)273.75º49.61%50.59%-
XYZ11.228.1321.75-
YUV83.06153.93140.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=34.24%
G=22.03%
B=43.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101651290.220.5000.49273.7532.9938.04
Hex65418116320311122126
Octal14510120126620614224146
Binary1100101100000110000001101101100100110001100010010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654181; }

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

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

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

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

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

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

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

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