Html Css Color HEX #614C9B Daisy Bush

📋 copy color: '#614C9B'

red 97 ◦ green 76 ◦ blue 155

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

Shades of Daisy Bush #614C9B

Tints of Daisy Bush #614C9B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 29.57%
G = 23.17%
B = 47.26%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#614C9B (or 0x614C9B) is known color: Daisy Bush. HEX triplet: 61, 4C and 9B. RGB value is (97,76,155). Sum of RGB (Red+Green+Blue) = 97+76+155=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #614C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C9B is #9EB364. Grayscale: #5A5A5A. Windows color (decimal): -10400613 or 10177633. OLE color: 10177633.

HSL color Cylindrical-coordinate representation of color #614C9B: hue angle of 255.95º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614C9B is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 76 155 -
CMYK 0.37 0.51 0 0.39
HSL 255.95º 0.34% 0.45% -
HSV(B) 255.95º 0.51% 0.61% -
XYZ 13.43 10.08 32.25 -
YUV 91.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 97 76 155 0.37 0.51 0 0.39 255.95 0.34 0.45
Hex 61 4C 9B 25 33 0 27 100 22 2D
Octal 141 114 233 45 63 0 47 400 42 55
Binary 1100001 1001100 10011011 100101 110011 0 100111 100000000 100010 101101

Color Harmonies of #614C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C9B

Black with #614C9B

Text Example


Text Example

White with #614C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,155); }

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

background-color css

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

 a { background-color: rgb(97,76,155); }

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

border-color css

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

 span { border-color: rgb(97,76,155); }

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