Html Css Color HEX #61588E Butterfly Bush

📋 copy color: '#61588E'

red 97 ◦ green 88 ◦ blue 142

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

Shades of Butterfly Bush #61588E

Tints of Butterfly Bush #61588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 29.66%
G = 26.91%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61588E (or 0x61588E) is known color: Butterfly Bush. HEX triplet: 61, 58 and 8E. RGB value is (97,88,142). Sum of RGB (Red+Green+Blue) = 97+88+142=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #61588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61588E is #9EA771. Grayscale: #606060. Windows color (decimal): -10397554 or 9328737. OLE color: 9328737.

HSL color Cylindrical-coordinate representation of color #61588E: hue angle of 250º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61588E is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 88 142 -
CMYK 0.32 0.38 0 0.44
HSL 250º 0.23% 0.45% -
HSV(B) 250º 0.38% 0.56% -
XYZ 13.3 11.47 27.1 -
YUV 96.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 97 88 142 0.32 0.38 0 0.44 250 0.23 0.45
Hex 61 58 8E 20 26 0 2C FA 17 2D
Octal 141 130 216 40 46 0 54 372 27 55
Binary 1100001 1011000 10001110 100000 100110 0 101100 11111010 10111 101101

Color Harmonies of #61588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61588E

Black with #61588E

Text Example


Text Example

White with #61588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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