Html Css Color HEX #614197 Daisy Bush

📋 copy color: '#614197'

red 97 ◦ green 65 ◦ blue 151

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

Shades of Daisy Bush #614197

Tints of Daisy Bush #614197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 30.99%
G = 20.77%
B = 48.24%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#614197 (or 0x614197) is known color: Daisy Bush. HEX triplet: 61, 41 and 97. RGB value is (97,65,151). Sum of RGB (Red+Green+Blue) = 97+65+151=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #614197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614197 is #9EBE68. Grayscale: #545454. Windows color (decimal): -10403433 or 9912673. OLE color: 9912673.

HSL color Cylindrical-coordinate representation of color #614197: hue angle of 262.33º 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 #614197 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 65 151 -
CMYK 0.36 0.57 0 0.41
HSL 262.33º 0.4% 0.42% -
HSV(B) 262.33º 0.57% 0.59% -
XYZ 12.41 8.56 30.28 -
YUV 84.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 97 65 151 0.36 0.57 0 0.41 262.33 0.4 0.42
Hex 61 41 97 24 39 0 29 106 28 2A
Octal 141 101 227 44 71 0 51 406 50 52
Binary 1100001 1000001 10010111 100100 111001 0 101001 100000110 101000 101010

Color Harmonies of #614197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614197

Black with #614197

Text Example


Text Example

White with #614197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614197; }

 p { color: rgb(97,65,151); }

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

background-color css

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

 a { background-color: rgb(97,65,151); }

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

border-color css

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

 span { border-color: rgb(97,65,151); }

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