#614C9E

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

Shades of Daisy Bush #614C9E

Tints of Daisy Bush #614C9E

Color information

#614C9E (or 0x614C9E) is unknown color: approx Daisy Bush. HEX triplet: 61, 4C and 9E. RGB value is (97,76,158). Sum of RGB (Red+Green+Blue) = 97+76+158=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #614C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C9E is #9EB361. Grayscale: #5B5B5B. Windows color (decimal): -10400610 or 10374241. OLE color: 10374241.

HSL color Cylindrical-coordinate representation of color #614C9E: hue angle of 255.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614C9E is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9776158-
CMYK0.390.5200.38
HSL255.37º35.04%45.88%-
HSV(B)255.37º51.9%61.96%-
XYZ13.6910.1833.59-
YUV91.63165.46131.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=29.31%
G=22.96%
B=47.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97761580.390.5200.38255.3735.0445.88
Hex614C9E2734026ff232e
Octal14111423647640463774356
Binary1100001100110010011110100111110100010011011111111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C9E; }

 p { color: rgb(97,76,158); }

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

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

 a { background-color: rgb(97,76,158); }

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

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

 span { border-color: rgb(97,76,158); }

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