Html Css Color HEX #62508D Butterfly Bush

📋 copy color: '#62508D'

red 98 ◦ green 80 ◦ blue 141

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

Shades of Butterfly Bush #62508D

Tints of Butterfly Bush #62508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 30.72%
G = 25.08%
B = 44.2%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62508D (or 0x62508D) is known color: Butterfly Bush. HEX triplet: 62, 50 and 8D. RGB value is (98,80,141). Sum of RGB (Red+Green+Blue) = 98+80+141=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #62508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62508D is #9DAF72. Grayscale: #5C5C5C. Windows color (decimal): -10334067 or 9261154. OLE color: 9261154.

HSL color Cylindrical-coordinate representation of color #62508D: hue angle of 257.7º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62508D is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 80 141 -
CMYK 0.30 0.43 0 0.45
HSL 257.7º 0.28% 0.43% -
HSV(B) 257.7º 0.43% 0.55% -
XYZ 12.71 10.26 26.51 -
YUV 92.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 98 80 141 0.30 0.43 0 0.45 257.7 0.28 0.43
Hex 62 50 8D 1E 2B 0 2D 102 1C 2B
Octal 142 120 215 36 53 0 55 402 34 53
Binary 1100010 1010000 10001101 11110 101011 0 101101 100000010 11100 101011

Color Harmonies of #62508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62508D

Black with #62508D

Text Example


Text Example

White with #62508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,80,141); }

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

background-color css

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

 a { background-color: rgb(98,80,141); }

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

border-color css

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

 span { border-color: rgb(98,80,141); }

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