Html Css Color HEX #614299 Daisy Bush

📋 copy color: '#614299'

red 97 ◦ green 66 ◦ blue 153

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

Shades of Daisy Bush #614299

Tints of Daisy Bush #614299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.89%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 30.7%
G = 20.89%
B = 48.42%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#614299 (or 0x614299) is known color: Daisy Bush. HEX triplet: 61, 42 and 99. RGB value is (97,66,153). Sum of RGB (Red+Green+Blue) = 97+66+153=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #614299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614299 is #9EBD66. Grayscale: #545454. Windows color (decimal): -10403175 or 10044001. OLE color: 10044001.

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

Color convert

RGB 97 66 153 -
CMYK 0.37 0.57 0 0.4
HSL 261.38º 0.4% 0.43% -
HSV(B) 261.38º 0.57% 0.6% -
XYZ 12.63 8.74 31.16 -
YUV 85.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 97 66 153 0.37 0.57 0 0.4 261.38 0.4 0.43
Hex 61 42 99 25 39 0 28 105 28 2B
Octal 141 102 231 45 71 0 50 405 50 53
Binary 1100001 1000010 10011001 100101 111001 0 101000 100000101 101000 101011

Color Harmonies of #614299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614299

Black with #614299

Text Example


Text Example

White with #614299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614299; }

 p { color: rgb(97,66,153); }

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

background-color css

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

 a { background-color: rgb(97,66,153); }

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

border-color css

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

 span { border-color: rgb(97,66,153); }

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