#653680

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

Shades of Kingfisher Daisy #653680

Tints of Kingfisher Daisy #653680

Color information

#653680 (or 0x653680) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 36 and 80. RGB value is (101,54,128). Sum of RGB (Red+Green+Blue) = 101+54+128=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #653680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653680 is #9AC97F. Grayscale: #4C4C4C. Windows color (decimal): -10144128 or 8402533. OLE color: 8402533.

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

Color convert

RGB10154128-
CMYK0.210.5800.50
HSL278.11º40.66%35.69%-
HSV(B)278.11º57.81%50.2%-
XYZ10.586.9621.21-
YUV76.49157.07145.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=35.69%
G=19.08%
B=45.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101541280.210.5800.50278.1140.6635.69
Hex653680153A0321162924
Octal1456620025720624265144
Binary110010111011010000000101011110100110010100010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653680; }

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

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

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

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

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

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

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

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