#654282

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

Shades of Kingfisher Daisy #654282

Tints of Kingfisher Daisy #654282

Color information

#654282 (or 0x654282) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 42 and 82. RGB value is (101,66,130). Sum of RGB (Red+Green+Blue) = 101+66+130=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #654282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654282 is #9ABD7D. Grayscale: #535353. Windows color (decimal): -10141054 or 8536677. OLE color: 8536677.

HSL color Cylindrical-coordinate representation of color #654282: hue angle of 272.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #654282 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10166130-
CMYK0.220.4900.49
HSL272.81º32.65%38.43%-
HSV(B)272.81º49.23%50.98%-
XYZ11.348.2722.12-
YUV83.76154.1140.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=34.01%
G=22.22%
B=43.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101661300.220.4900.49272.8132.6538.43
Hex65428216310311112126
Octal14510220226610614214146
Binary1100101100001010000010101101100010110001100010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654282; }

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

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

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

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

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

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

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

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