Html Css Color HEX #614987 Daisy Bush

📋 copy color: '#614987'

red 97 ◦ green 73 ◦ blue 135

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

Shades of Daisy Bush #614987

Tints of Daisy Bush #614987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 31.8%
G = 23.93%
B = 44.26%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#614987 (or 0x614987) is known color: Daisy Bush. HEX triplet: 61, 49 and 87. RGB value is (97,73,135). Sum of RGB (Red+Green+Blue) = 97+73+135=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #614987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614987 is #9EB678. Grayscale: #575757. Windows color (decimal): -10401401 or 8866145. OLE color: 8866145.

HSL color Cylindrical-coordinate representation of color #614987: hue angle of 263.23º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614987 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 73 135 -
CMYK 0.28 0.46 0 0.47
HSL 263.23º 0.3% 0.41% -
HSV(B) 263.23º 0.46% 0.53% -
XYZ 11.69 9.06 24.05 -
YUV 87.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 97 73 135 0.28 0.46 0 0.47 263.23 0.3 0.41
Hex 61 49 87 1C 2E 0 2F 107 1E 29
Octal 141 111 207 34 56 0 57 407 36 51
Binary 1100001 1001001 10000111 11100 101110 0 101111 100000111 11110 101001

Color Harmonies of #614987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614987

Black with #614987

Text Example


Text Example

White with #614987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614987; }

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

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

background-color css

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

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

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

border-color css

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

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

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