Html Css Color HEX #61498F Daisy Bush

📋 copy color: '#61498F'

red 97 ◦ green 73 ◦ blue 143

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

Shades of Daisy Bush #61498F

Tints of Daisy Bush #61498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 30.99%
G = 23.32%
B = 45.69%

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

#61498F (or 0x61498F) is known color: Daisy Bush. HEX triplet: 61, 49 and 8F. RGB value is (97,73,143). Sum of RGB (Red+Green+Blue) = 97+73+143=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #61498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498F is #9EB670. Grayscale: #575757. Windows color (decimal): -10401393 or 9390433. OLE color: 9390433.

HSL color Cylindrical-coordinate representation of color #61498F: hue angle of 260.57º 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 #61498F is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 73 143 -
CMYK 0.32 0.49 0 0.44
HSL 260.57º 0.32% 0.42% -
HSV(B) 260.57º 0.49% 0.56% -
XYZ 12.27 9.29 27.13 -
YUV 88.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 97 73 143 0.32 0.49 0 0.44 260.57 0.32 0.42
Hex 61 49 8F 20 31 0 2C 105 20 2A
Octal 141 111 217 40 61 0 54 405 40 52
Binary 1100001 1001001 10001111 100000 110001 0 101100 100000101 100000 101010

Color Harmonies of #61498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61498F

Black with #61498F

Text Example


Text Example

White with #61498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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