Html Css Color HEX #614A89 Daisy Bush

📋 copy color: '#614A89'

red 97 ◦ green 74 ◦ blue 137

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

Shades of Daisy Bush #614A89

Tints of Daisy Bush #614A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 31.49%
G = 24.03%
B = 44.48%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#614A89 (or 0x614A89) is known color: Daisy Bush. HEX triplet: 61, 4A and 89. RGB value is (97,74,137). Sum of RGB (Red+Green+Blue) = 97+74+137=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #614A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A89 is #9EB576. Grayscale: #575757. Windows color (decimal): -10401143 or 8997473. OLE color: 8997473.

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

Color convert

RGB 97 74 137 -
CMYK 0.29 0.46 0 0.46
HSL 261.9º 0.3% 0.41% -
HSV(B) 261.9º 0.46% 0.54% -
XYZ 11.89 9.25 24.82 -
YUV 88.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 97 74 137 0.29 0.46 0 0.46 261.9 0.3 0.41
Hex 61 4A 89 1D 2E 0 2E 106 1E 29
Octal 141 112 211 35 56 0 56 406 36 51
Binary 1100001 1001010 10001001 11101 101110 0 101110 100000110 11110 101001

Color Harmonies of #614A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A89

Black with #614A89

Text Example


Text Example

White with #614A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A89; }

 p { color: rgb(97,74,137); }

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

background-color css

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

 a { background-color: rgb(97,74,137); }

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

border-color css

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

 span { border-color: rgb(97,74,137); }

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