Html Css Color HEX #614096 Daisy Bush

📋 copy color: '#614096'

red 97 ◦ green 64 ◦ blue 150

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

Shades of Daisy Bush #614096

Tints of Daisy Bush #614096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

 BLUE value IS 150 (58.98% from 255) = 48.23%

R = 31.19%
G = 20.58%
B = 48.23%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#614096 (or 0x614096) is known color: Daisy Bush. HEX triplet: 61, 40 and 96. RGB value is (97,64,150). Sum of RGB (Red+Green+Blue) = 97+64+150=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #614096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614096 is #9EBF69. Grayscale: #535353. Windows color (decimal): -10403690 or 9846881. OLE color: 9846881.

HSL color Cylindrical-coordinate representation of color #614096: hue angle of 263.02º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614096 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 64 150 -
CMYK 0.35 0.57 0 0.41
HSL 263.02º 0.4% 0.42% -
HSV(B) 263.02º 0.57% 0.59% -
XYZ 12.27 8.41 29.83 -
YUV 83.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 97 64 150 0.35 0.57 0 0.41 263.02 0.4 0.42
Hex 61 40 96 23 39 0 29 107 28 2A
Octal 141 100 226 43 71 0 51 407 50 52
Binary 1100001 1000000 10010110 100011 111001 0 101001 100000111 101000 101010

Color Harmonies of #614096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614096

Black with #614096

Text Example


Text Example

White with #614096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614096; }

 p { color: rgb(97,64,150); }

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

background-color css

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

 a { background-color: rgb(97,64,150); }

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

border-color css

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

 span { border-color: rgb(97,64,150); }

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