Html Css Color HEX #614695 Daisy Bush

📋 copy color: '#614695'

red 97 ◦ green 70 ◦ blue 149

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

Shades of Daisy Bush #614695

Tints of Daisy Bush #614695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 30.7%
G = 22.15%
B = 47.15%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614695 (or 0x614695) is known color: Daisy Bush. HEX triplet: 61, 46 and 95. RGB value is (97,70,149). Sum of RGB (Red+Green+Blue) = 97+70+149=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #614695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614695 is #9EB96A. Grayscale: #565656. Windows color (decimal): -10402155 or 9782881. OLE color: 9782881.

HSL color Cylindrical-coordinate representation of color #614695: hue angle of 260.51º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #614695 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 70 149 -
CMYK 0.35 0.53 0 0.42
HSL 260.51º 0.36% 0.43% -
HSV(B) 260.51º 0.53% 0.58% -
XYZ 12.54 9.09 29.53 -
YUV 87.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 97 70 149 0.35 0.53 0 0.42 260.51 0.36 0.43
Hex 61 46 95 23 35 0 2A 105 24 2B
Octal 141 106 225 43 65 0 52 405 44 53
Binary 1100001 1000110 10010101 100011 110101 0 101010 100000101 100100 101011

Color Harmonies of #614695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614695

Black with #614695

Text Example


Text Example

White with #614695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614695; }

 p { color: rgb(97,70,149); }

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

background-color css

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

 a { background-color: rgb(97,70,149); }

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

border-color css

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

 span { border-color: rgb(97,70,149); }

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