Html Css Color HEX #61498E Daisy Bush

📋 copy color: '#61498E'

red 97 ◦ green 73 ◦ blue 142

#61498E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #61498E

Tints of Daisy Bush #61498E

RGB

 RED value IS 97 (38.28% from 255) = 31.09%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 31.09%
G = 23.4%
B = 45.51%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61498E (or 0x61498E) is known color: Daisy Bush. HEX triplet: 61, 49 and 8E. RGB value is (97,73,142). Sum of RGB (Red+Green+Blue) = 97+73+142=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #61498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498E is #9EB671. Grayscale: #575757. Windows color (decimal): -10401394 or 9324897. OLE color: 9324897.

HSL color Cylindrical-coordinate representation of color #61498E: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61498E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 73 142 -
CMYK 0.32 0.49 0 0.44
HSL 260.87º 0.32% 0.42% -
HSV(B) 260.87º 0.49% 0.56% -
XYZ 12.19 9.26 26.74 -
YUV 88.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 97 73 142 0.32 0.49 0 0.44 260.87 0.32 0.42
Hex 61 49 8E 20 31 0 2C 105 20 2A
Octal 141 111 216 40 61 0 54 405 40 52
Binary 1100001 1001001 10001110 100000 110001 0 101100 100000101 100000 101010

Color Harmonies of #61498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61498E

Black with #61498E

Text Example


Text Example

White with #61498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61498E; }

 p { color: rgb(97,73,142); }

 H1.HeaderClassName
 {
   color: #61498E;
 }
 .AnyTagClassName
 {
   color: #61498E;
 }
</style>

background-color css

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

 a { background-color: rgb(97,73,142); }

 div.DivClassName
 {
   background-color: #61498E;
 }
 .BgClassName
 {
   background-color: #61498E;
 }
</style>

border-color css

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

 span { border-color: rgb(97,73,142); }

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