Html Css Color HEX #614094 Daisy Bush

📋 copy color: '#614094'

red 97 ◦ green 64 ◦ blue 148

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

Shades of Daisy Bush #614094

Tints of Daisy Bush #614094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 31.39%
G = 20.71%
B = 47.9%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614094 (or 0x614094) is known color: Daisy Bush. HEX triplet: 61, 40 and 94. RGB value is (97,64,148). Sum of RGB (Red+Green+Blue) = 97+64+148=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #614094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614094 is #9EBF6B. Grayscale: #535353. Windows color (decimal): -10403692 or 9715809. OLE color: 9715809.

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

Color convert

RGB 97 64 148 -
CMYK 0.34 0.57 0 0.42
HSL 263.57º 0.4% 0.42% -
HSV(B) 263.57º 0.57% 0.58% -
XYZ 12.11 8.35 28.99 -
YUV 83.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 97 64 148 0.34 0.57 0 0.42 263.57 0.4 0.42
Hex 61 40 94 22 39 0 2A 108 28 2A
Octal 141 100 224 42 71 0 52 410 50 52
Binary 1100001 1000000 10010100 100010 111001 0 101010 100001000 101000 101010

Color Harmonies of #614094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614094

Black with #614094

Text Example


Text Example

White with #614094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614094; }

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

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

background-color css

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

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

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

border-color css

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

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

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