#652786

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

Shades of Kingfisher Daisy #652786

Tints of Kingfisher Daisy #652786

Color information

#652786 (or 0x652786) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 27 and 86. RGB value is (101,39,134). Sum of RGB (Red+Green+Blue) = 101+39+134=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #652786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652786 is #9AD879. Grayscale: #444444. Windows color (decimal): -10147962 or 8791909. OLE color: 8791909.

HSL color Cylindrical-coordinate representation of color #652786: hue angle of 279.16º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652786 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10139134-
CMYK0.250.7100.47
HSL279.16º54.91%33.92%-
HSV(B)279.16º70.9%52.55%-
XYZ10.45.9423.15-
YUV68.37165.04151.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=36.86%
G=14.23%
B=48.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101391340.250.7100.47279.1654.9133.92
Hex652786194702F1173722
Octal14547206311070574276742
Binary1100101100111100001101100110001110101111100010111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652786; }

 p { color: rgb(101,39,134); }

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

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

 a { background-color: rgb(101,39,134); }

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

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

 span { border-color: rgb(101,39,134); }

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