#654484

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

Shades of Kingfisher Daisy #654484

Tints of Kingfisher Daisy #654484

Color information

#654484 (or 0x654484) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 44 and 84. RGB value is (101,68,132). Sum of RGB (Red+Green+Blue) = 101+68+132=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #654484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654484 is #9ABB7B. Grayscale: #545454. Windows color (decimal): -10140540 or 8668261. OLE color: 8668261.

HSL color Cylindrical-coordinate representation of color #654484: hue angle of 270.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654484 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10168132-
CMYK0.230.4800.48
HSL270.94º32%39.22%-
HSV(B)270.94º48.48%51.76%-
XYZ11.68.5722.87-
YUV85.16154.43139.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=33.55%
G=22.59%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101681320.230.4800.48270.943239.22
Hex654484173003010f2027
Octal14510420427600604174047
Binary1100101100010010000100101111100000110000100001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654484; }

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

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

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

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

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

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

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

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