Html Css Color HEX #61498D Daisy Bush

📋 copy color: '#61498D'

red 97 ◦ green 73 ◦ blue 141

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

Shades of Daisy Bush #61498D

Tints of Daisy Bush #61498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 31.19%
G = 23.47%
B = 45.34%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61498D (or 0x61498D) is known color: Daisy Bush. HEX triplet: 61, 49 and 8D. RGB value is (97,73,141). Sum of RGB (Red+Green+Blue) = 97+73+141=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #61498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61498D is #9EB672. Grayscale: #575757. Windows color (decimal): -10401395 or 9259361. OLE color: 9259361.

HSL color Cylindrical-coordinate representation of color #61498D: hue angle of 261.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61498D is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 73 141 -
CMYK 0.31 0.48 0 0.45
HSL 261.18º 0.32% 0.42% -
HSV(B) 261.18º 0.48% 0.55% -
XYZ 12.12 9.23 26.34 -
YUV 87.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 97 73 141 0.31 0.48 0 0.45 261.18 0.32 0.42
Hex 61 49 8D 1F 30 0 2D 105 20 2A
Octal 141 111 215 37 60 0 55 405 40 52
Binary 1100001 1001001 10001101 11111 110000 0 101101 100000101 100000 101010

Color Harmonies of #61498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61498D

Black with #61498D

Text Example


Text Example

White with #61498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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