Html Css Color HEX #62509D Butterfly Bush

📋 copy color: '#62509D'

red 98 ◦ green 80 ◦ blue 157

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

Shades of Butterfly Bush #62509D

Tints of Butterfly Bush #62509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 29.25%
G = 23.88%
B = 46.87%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62509D (or 0x62509D) is known color: Butterfly Bush. HEX triplet: 62, 50 and 9D. RGB value is (98,80,157). Sum of RGB (Red+Green+Blue) = 98+80+157=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #62509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62509D is #9DAF62. Grayscale: #5D5D5D. Windows color (decimal): -10334051 or 10309730. OLE color: 10309730.

HSL color Cylindrical-coordinate representation of color #62509D: hue angle of 254.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62509D is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 80 157 -
CMYK 0.38 0.49 0 0.38
HSL 254.03º 0.32% 0.46% -
HSV(B) 254.03º 0.49% 0.62% -
XYZ 13.99 10.77 33.24 -
YUV 94.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 98 80 157 0.38 0.49 0 0.38 254.03 0.32 0.46
Hex 62 50 9D 26 31 0 26 FE 20 2E
Octal 142 120 235 46 61 0 46 376 40 56
Binary 1100010 1010000 10011101 100110 110001 0 100110 11111110 100000 101110

Color Harmonies of #62509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62509D

Black with #62509D

Text Example


Text Example

White with #62509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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