Html Css Color HEX #62558D Butterfly Bush

📋 copy color: '#62558D'

red 98 ◦ green 85 ◦ blue 141

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

Shades of Butterfly Bush #62558D

Tints of Butterfly Bush #62558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 30.25%
G = 26.23%
B = 43.52%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62558D (or 0x62558D) is known color: Butterfly Bush. HEX triplet: 62, 55 and 8D. RGB value is (98,85,141). Sum of RGB (Red+Green+Blue) = 98+85+141=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #62558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558D is #9DAA72. Grayscale: #5F5F5F. Windows color (decimal): -10332787 or 9262434. OLE color: 9262434.

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

Color convert

RGB 98 85 141 -
CMYK 0.30 0.40 0 0.45
HSL 253.93º 0.25% 0.44% -
HSV(B) 253.93º 0.4% 0.55% -
XYZ 13.09 11.02 26.64 -
YUV 95.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 98 85 141 0.30 0.40 0 0.45 253.93 0.25 0.44
Hex 62 55 8D 1E 28 0 2D FE 19 2C
Octal 142 125 215 36 50 0 55 376 31 54
Binary 1100010 1010101 10001101 11110 101000 0 101101 11111110 11001 101100

Color Harmonies of #62558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62558D

Black with #62558D

Text Example


Text Example

White with #62558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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