Html Css Color HEX #614884 Daisy Bush

📋 copy color: '#614884'

red 97 ◦ green 72 ◦ blue 132

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

Shades of Daisy Bush #614884

Tints of Daisy Bush #614884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 32.23%
G = 23.92%
B = 43.85%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#614884 (or 0x614884) is known color: Daisy Bush. HEX triplet: 61, 48 and 84. RGB value is (97,72,132). Sum of RGB (Red+Green+Blue) = 97+72+132=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #614884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614884 is #9EB77B. Grayscale: #565656. Windows color (decimal): -10401660 or 8669281. OLE color: 8669281.

HSL color Cylindrical-coordinate representation of color #614884: hue angle of 265º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614884 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 72 132 -
CMYK 0.27 0.45 0 0.48
HSL 265º 0.29% 0.4% -
HSV(B) 265º 0.45% 0.52% -
XYZ 11.41 8.84 22.94 -
YUV 86.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 97 72 132 0.27 0.45 0 0.48 265 0.29 0.4
Hex 61 48 84 1B 2D 0 30 109 1D 28
Octal 141 110 204 33 55 0 60 411 35 50
Binary 1100001 1001000 10000100 11011 101101 0 110000 100001001 11101 101000

Color Harmonies of #614884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614884

Black with #614884

Text Example


Text Example

White with #614884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614884; }

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

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

background-color css

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

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

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

border-color css

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

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

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