#613898

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

Shades of Daisy Bush #613898

Tints of Daisy Bush #613898

Color information

#613898 (or 0x613898) is unknown color: approx Daisy Bush. HEX triplet: 61, 38 and 98. RGB value is (97,56,152). Sum of RGB (Red+Green+Blue) = 97+56+152=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #613898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613898 is #9EC767. Grayscale: #4E4E4E. Windows color (decimal): -10405736 or 9975905. OLE color: 9975905.

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

Color convert

RGB9756152-
CMYK0.360.6300.40
HSL265.62º46.15%40.78%-
HSV(B)265.62º63.16%59.61%-
XYZ12.017.6430.55-
YUV79.2169.08140.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=31.80%
G=18.36%
B=49.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97561520.360.6300.40265.6246.1540.78
Hex613898243F02810a2e29
Octal1417023044770504125651
Binary1100001111000100110001001001111110101000100001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613898; }

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

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

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

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

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

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

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

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