#654384

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

Shades of Kingfisher Daisy #654384

Tints of Kingfisher Daisy #654384

Color information

#654384 (or 0x654384) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 43 and 84. RGB value is (101,67,132). Sum of RGB (Red+Green+Blue) = 101+67+132=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #654384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654384 is #9ABC7B. Grayscale: #545454. Windows color (decimal): -10140796 or 8668005. OLE color: 8668005.

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

Color convert

RGB10167132-
CMYK0.230.4900.48
HSL271.38º32.66%39.02%-
HSV(B)271.38º49.24%51.76%-
XYZ11.548.4522.85-
YUV84.58154.76139.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=33.67%
G=22.33%
B=44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101671320.230.4900.48271.3832.6639.02
Hex654384173103010f2127
Octal14510320427610604174147
Binary1100101100001110000100101111100010110000100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654384; }

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

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

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

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

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

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

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

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