#614798

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

Shades of Daisy Bush #614798

Tints of Daisy Bush #614798

Color information

#614798 (or 0x614798) is unknown color: approx Daisy Bush. HEX triplet: 61, 47 and 98. RGB value is (97,71,152). Sum of RGB (Red+Green+Blue) = 97+71+152=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #614798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614798 is #9EB867. Grayscale: #575757. Windows color (decimal): -10401896 or 9979745. OLE color: 9979745.

HSL color Cylindrical-coordinate representation of color #614798: hue angle of 259.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614798 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9771152-
CMYK0.360.5300.40
HSL259.26º36.32%43.73%-
HSV(B)259.26º53.29%59.61%-
XYZ12.859.3130.83-
YUV88.01164.11134.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=30.31%
G=22.19%
B=47.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97711520.360.5300.40259.2636.3243.73
Hex6147982435028103242c
Octal14110723044650504034454
Binary11000011000111100110001001001101010101000100000011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614798; }

 p { color: rgb(97,71,152); }

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

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

 a { background-color: rgb(97,71,152); }

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

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

 span { border-color: rgb(97,71,152); }

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