Html Css Color HEX #614782 Daisy Bush

📋 copy color: '#614782'

red 97 ◦ green 71 ◦ blue 130

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

Shades of Daisy Bush #614782

Tints of Daisy Bush #614782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 32.55%
G = 23.83%
B = 43.62%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#614782 (or 0x614782) is known color: Daisy Bush. HEX triplet: 61, 47 and 82. RGB value is (97,71,130). Sum of RGB (Red+Green+Blue) = 97+71+130=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #614782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614782 is #9EB87D. Grayscale: #555555. Windows color (decimal): -10401918 or 8537953. OLE color: 8537953.

HSL color Cylindrical-coordinate representation of color #614782: hue angle of 266.44º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #614782 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 71 130 -
CMYK 0.25 0.45 0 0.49
HSL 266.44º 0.29% 0.39% -
HSV(B) 266.44º 0.45% 0.51% -
XYZ 11.21 8.66 22.2 -
YUV 85.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 97 71 130 0.25 0.45 0 0.49 266.44 0.29 0.39
Hex 61 47 82 19 2D 0 31 10A 1D 27
Octal 141 107 202 31 55 0 61 412 35 47
Binary 1100001 1000111 10000010 11001 101101 0 110001 100001010 11101 100111

Color Harmonies of #614782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614782

Black with #614782

Text Example


Text Example

White with #614782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614782; }

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

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

background-color css

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

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

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

border-color css

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

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

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