Html Css Color HEX #614395 Daisy Bush

📋 copy color: '#614395'

red 97 ◦ green 67 ◦ blue 149

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

Shades of Daisy Bush #614395

Tints of Daisy Bush #614395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 30.99%
G = 21.41%
B = 47.6%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#614395 (or 0x614395) is known color: Daisy Bush. HEX triplet: 61, 43 and 95. RGB value is (97,67,149). Sum of RGB (Red+Green+Blue) = 97+67+149=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #614395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614395 is #9EBC6A. Grayscale: #555555. Windows color (decimal): -10402923 or 9782113. OLE color: 9782113.

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

Color convert

RGB 97 67 149 -
CMYK 0.35 0.55 0 0.42
HSL 261.95º 0.38% 0.42% -
HSV(B) 261.95º 0.55% 0.58% -
XYZ 12.36 8.73 29.47 -
YUV 85.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 97 67 149 0.35 0.55 0 0.42 261.95 0.38 0.42
Hex 61 43 95 23 37 0 2A 106 26 2A
Octal 141 103 225 43 67 0 52 406 46 52
Binary 1100001 1000011 10010101 100011 110111 0 101010 100000110 100110 101010

Color Harmonies of #614395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614395

Black with #614395

Text Example


Text Example

White with #614395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614395; }

 p { color: rgb(97,67,149); }

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

background-color css

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

 a { background-color: rgb(97,67,149); }

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

border-color css

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

 span { border-color: rgb(97,67,149); }

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