#654285

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

Shades of Kingfisher Daisy #654285

Tints of Kingfisher Daisy #654285

Color information

#654285 (or 0x654285) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 42 and 85. RGB value is (101,66,133). Sum of RGB (Red+Green+Blue) = 101+66+133=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #654285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654285 is #9ABD7A. Grayscale: #535353. Windows color (decimal): -10141051 or 8733285. OLE color: 8733285.

HSL color Cylindrical-coordinate representation of color #654285: hue angle of 271.34º degrees, saturation: 0.34, 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 #654285 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10166133-
CMYK0.240.5000.48
HSL271.34º33.67%39.02%-
HSV(B)271.34º50.38%52.16%-
XYZ11.558.3623.19-
YUV84.1155.6140.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=33.67%
G=22%
B=44.33%

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
Decimal101661330.240.5000.48271.3433.6739.02
Hex654285183203010f2227
Octal14510220530620604174247
Binary1100101100001010000101110001100100110000100001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654285; }

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

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

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

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

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

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

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

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