#654280

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

Shades of Kingfisher Daisy #654280

Tints of Kingfisher Daisy #654280

Color information

#654280 (or 0x654280) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 42 and 80. RGB value is (101,66,128). Sum of RGB (Red+Green+Blue) = 101+66+128=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #654280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654280 is #9ABD7F. Grayscale: #535353. Windows color (decimal): -10141056 or 8405605. OLE color: 8405605.

HSL color Cylindrical-coordinate representation of color #654280: hue angle of 273.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654280 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10166128-
CMYK0.210.4800.50
HSL273.87º31.96%38.04%-
HSV(B)273.87º48.44%50.2%-
XYZ11.218.2221.42-
YUV83.53153.1140.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=34.24%
G=22.37%
B=43.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101661280.210.4800.50273.8731.9638.04
Hex65428015300321122026
Octal14510220025600624224046
Binary1100101100001010000000101011100000110010100010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654280; }

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

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

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

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

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

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

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

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