#652E87

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

Shades of Kingfisher Daisy #652E87

Tints of Kingfisher Daisy #652E87

Color information

#652E87 (or 0x652E87) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 2E and 87. RGB value is (101,46,135). Sum of RGB (Red+Green+Blue) = 101+46+135=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #652E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E87 is #9AD178. Grayscale: #484848. Windows color (decimal): -10146169 or 8859237. OLE color: 8859237.

HSL color Cylindrical-coordinate representation of color #652E87: hue angle of 277.08º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652E87 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10146135-
CMYK0.250.6600.47
HSL277.08º49.17%35.49%-
HSV(B)277.08º65.93%52.94%-
XYZ10.726.4723.61-
YUV72.59163.22148.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 46 (18.36% from 255) = 16.31%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=35.82%
G=16.31%
B=47.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101461350.250.6600.47277.0849.1735.49
Hex652E87194202F1153123
Octal14556207311020574256143
Binary1100101101110100001111100110000100101111100010101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652E87; }

 p { color: rgb(101,46,135); }

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

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

 a { background-color: rgb(101,46,135); }

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

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

 span { border-color: rgb(101,46,135); }

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