#654481

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

Shades of Kingfisher Daisy #654481

Tints of Kingfisher Daisy #654481

Color information

#654481 (or 0x654481) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 44 and 81. RGB value is (101,68,129). Sum of RGB (Red+Green+Blue) = 101+68+129=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #654481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654481 is #9ABB7E. Grayscale: #545454. Windows color (decimal): -10140543 or 8471653. OLE color: 8471653.

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

Color convert

RGB10168129-
CMYK0.220.4700.49
HSL272.46º30.96%38.63%-
HSV(B)272.46º47.29%50.59%-
XYZ11.48.4921.81-
YUV84.82152.93139.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=33.89%
G=22.82%
B=43.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101681290.220.4700.49272.4630.9638.63
Hex654481162F0311101f27
Octal14510420126570614203747
Binary110010110001001000000110110101111011000110001000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654481; }

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

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

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

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

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

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

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

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