#614198

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

Shades of Daisy Bush #614198

Tints of Daisy Bush #614198

Color information

#614198 (or 0x614198) is unknown color: approx Daisy Bush. HEX triplet: 61, 41 and 98. RGB value is (97,65,152). Sum of RGB (Red+Green+Blue) = 97+65+152=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #614198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614198 is #9EBE67. Grayscale: #545454. Windows color (decimal): -10403432 or 9978209. OLE color: 9978209.

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

Color convert

RGB9765152-
CMYK0.360.5700.40
HSL262.07º40.09%42.55%-
HSV(B)262.07º57.24%59.61%-
XYZ12.498.5930.71-
YUV84.49166.1136.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=30.89%
G=20.70%
B=48.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97651520.360.5700.40262.0740.0942.55
Hex6141982439028106282b
Octal14110123044710504065053
Binary11000011000001100110001001001110010101000100000110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614198; }

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

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

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

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

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

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

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

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