Html Css Color HEX #61479D Daisy Bush

📋 copy color: '#61479D'

red 97 ◦ green 71 ◦ blue 157

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

Shades of Daisy Bush #61479D

Tints of Daisy Bush #61479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 29.85%
G = 21.85%
B = 48.31%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61479D (or 0x61479D) is known color: Daisy Bush. HEX triplet: 61, 47 and 9D. RGB value is (97,71,157). Sum of RGB (Red+Green+Blue) = 97+71+157=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #61479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61479D is #9EB862. Grayscale: #585858. Windows color (decimal): -10401891 or 10307425. OLE color: 10307425.

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

Color convert

RGB 97 71 157 -
CMYK 0.38 0.55 0 0.38
HSL 258.14º 0.38% 0.45% -
HSV(B) 258.14º 0.55% 0.62% -
XYZ 13.27 9.48 33.03 -
YUV 88.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 97 71 157 0.38 0.55 0 0.38 258.14 0.38 0.45
Hex 61 47 9D 26 37 0 26 102 26 2D
Octal 141 107 235 46 67 0 46 402 46 55
Binary 1100001 1000111 10011101 100110 110111 0 100110 100000010 100110 101101

Color Harmonies of #61479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61479D

Black with #61479D

Text Example


Text Example

White with #61479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,71,157); }

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

background-color css

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

 a { background-color: rgb(97,71,157); }

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

border-color css

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

 span { border-color: rgb(97,71,157); }

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