#653090

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

Shades of Kingfisher Daisy #653090

Tints of Kingfisher Daisy #653090

Color information

#653090 (or 0x653090) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 30 and 90. RGB value is (101,48,144). Sum of RGB (Red+Green+Blue) = 101+48+144=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #653090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653090 is #9ACF6F. Grayscale: #4A4A4A. Windows color (decimal): -10145648 or 9449573. OLE color: 9449573.

HSL color Cylindrical-coordinate representation of color #653090: hue angle of 273.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653090 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10148144-
CMYK0.300.6700.44
HSL273.12º50%37.65%-
HSV(B)273.12º66.67%56.47%-
XYZ11.466.8927.11-
YUV74.79167.06146.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=34.47%
G=16.38%
B=49.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101481440.300.6700.44273.125037.65
Hex6530901E4302C1113226
Octal14560220361030544216246
Binary1100101110000100100001111010000110101100100010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653090; }

 p { color: rgb(101,48,144); }

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

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

 a { background-color: rgb(101,48,144); }

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

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

 span { border-color: rgb(101,48,144); }

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