Html Css Color HEX #61488D Daisy Bush

📋 copy color: '#61488D'

red 97 ◦ green 72 ◦ blue 141

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

Shades of Daisy Bush #61488D

Tints of Daisy Bush #61488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 31.29%
G = 23.23%
B = 45.48%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61488D (or 0x61488D) is known color: Daisy Bush. HEX triplet: 61, 48 and 8D. RGB value is (97,72,141). Sum of RGB (Red+Green+Blue) = 97+72+141=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #61488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61488D is #9EB772. Grayscale: #575757. Windows color (decimal): -10401651 or 9259105. OLE color: 9259105.

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

Color convert

RGB 97 72 141 -
CMYK 0.31 0.49 0 0.45
HSL 261.74º 0.32% 0.42% -
HSV(B) 261.74º 0.49% 0.55% -
XYZ 12.05 9.1 26.32 -
YUV 87.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 97 72 141 0.31 0.49 0 0.45 261.74 0.32 0.42
Hex 61 48 8D 1F 31 0 2D 106 20 2A
Octal 141 110 215 37 61 0 55 406 40 52
Binary 1100001 1001000 10001101 11111 110001 0 101101 100000110 100000 101010

Color Harmonies of #61488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61488D

Black with #61488D

Text Example


Text Example

White with #61488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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