#614288

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

Shades of Daisy Bush #614288

Tints of Daisy Bush #614288

Color information

#614288 (or 0x614288) is unknown color: approx Daisy Bush. HEX triplet: 61, 42 and 88. RGB value is (97,66,136). Sum of RGB (Red+Green+Blue) = 97+66+136=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #614288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614288 is #9EBD77. Grayscale: #535353. Windows color (decimal): -10403192 or 8929889. OLE color: 8929889.

HSL color Cylindrical-coordinate representation of color #614288: hue angle of 266.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614288 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9766136-
CMYK0.290.5100.47
HSL266.57º34.65%39.61%-
HSV(B)266.57º51.47%53.33%-
XYZ11.328.2224.28-
YUV83.25157.77137.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=32.44%
G=22.07%
B=45.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97661360.290.5100.47266.5734.6539.61
Hex6142881D3302F10b2328
Octal14110221035630574134350
Binary1100001100001010001000111011100110101111100001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614288; }

 p { color: rgb(97,66,136); }

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

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

 a { background-color: rgb(97,66,136); }

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

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

 span { border-color: rgb(97,66,136); }

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