Html Css Color HEX #614C8E Butterfly Bush

📋 copy color: '#614C8E'

red 97 ◦ green 76 ◦ blue 142

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

Shades of Butterfly Bush #614C8E

Tints of Butterfly Bush #614C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.08%

R = 30.79%
G = 24.13%
B = 45.08%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#614C8E (or 0x614C8E) is known color: Butterfly Bush. HEX triplet: 61, 4C and 8E. RGB value is (97,76,142). Sum of RGB (Red+Green+Blue) = 97+76+142=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #614C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C8E is #9EB371. Grayscale: #595959. Windows color (decimal): -10400626 or 9325665. OLE color: 9325665.

HSL color Cylindrical-coordinate representation of color #614C8E: hue angle of 259.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614C8E is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 76 142 -
CMYK 0.32 0.46 0 0.44
HSL 259.09º 0.3% 0.43% -
HSV(B) 259.09º 0.46% 0.56% -
XYZ 12.4 9.66 26.8 -
YUV 89.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 97 76 142 0.32 0.46 0 0.44 259.09 0.3 0.43
Hex 61 4C 8E 20 2E 0 2C 103 1E 2B
Octal 141 114 216 40 56 0 54 403 36 53
Binary 1100001 1001100 10001110 100000 101110 0 101100 100000011 11110 101011

Color Harmonies of #614C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C8E

Black with #614C8E

Text Example


Text Example

White with #614C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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