Html Css Color HEX #62517D Butterfly Bush

📋 copy color: '#62517D'

red 98 ◦ green 81 ◦ blue 125

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

Shades of Butterfly Bush #62517D

Tints of Butterfly Bush #62517D

RGB

 RED value IS 98 (38.67% from 255) = 32.24%

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 32.24%
G = 26.64%
B = 41.12%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62517D (or 0x62517D) is known color: Butterfly Bush. HEX triplet: 62, 51 and 7D. RGB value is (98,81,125). Sum of RGB (Red+Green+Blue) = 98+81+125=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #62517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62517D is #9DAE82. Grayscale: #5A5A5A. Windows color (decimal): -10333827 or 8212834. OLE color: 8212834.

HSL color Cylindrical-coordinate representation of color #62517D: hue angle of 263.18º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62517D is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 98 81 125 -
CMYK 0.22 0.35 0 0.51
HSL 263.18º 0.21% 0.4% -
HSV(B) 263.18º 0.35% 0.49% -
XYZ 11.68 9.96 20.71 -
YUV 91.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 98 81 125 0.22 0.35 0 0.51 263.18 0.21 0.4
Hex 62 51 7D 16 23 0 33 107 15 28
Octal 142 121 175 26 43 0 63 407 25 50
Binary 1100010 1010001 1111101 10110 100011 0 110011 100000111 10101 101000

Color Harmonies of #62517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62517D

Black with #62517D

Text Example


Text Example

White with #62517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62517D; }

 p { color: rgb(98,81,125); }

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

background-color css

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

 a { background-color: rgb(98,81,125); }

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

border-color css

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

 span { border-color: rgb(98,81,125); }

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