#654385

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

Shades of Kingfisher Daisy #654385

Tints of Kingfisher Daisy #654385

Color information

#654385 (or 0x654385) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 43 and 85. RGB value is (101,67,133). Sum of RGB (Red+Green+Blue) = 101+67+133=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #654385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654385 is #9ABC7A. Grayscale: #545454. Windows color (decimal): -10140795 or 8733541. OLE color: 8733541.

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

Color convert

RGB10167133-
CMYK0.240.5000.48
HSL270.91º33%39.22%-
HSV(B)270.91º49.62%52.16%-
XYZ11.618.4723.21-
YUV84.69155.26139.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=33.55%
G=22.26%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101671330.240.5000.48270.913339.22
Hex654385183203010f2127
Octal14510320530620604174147
Binary1100101100001110000101110001100100110000100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654385; }

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

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

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

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

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

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

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

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