Html Css Color HEX #62558B Butterfly Bush

📋 copy color: '#62558B'

red 98 ◦ green 85 ◦ blue 139

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

Shades of Butterfly Bush #62558B

Tints of Butterfly Bush #62558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 30.43%
G = 26.4%
B = 43.17%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62558B (or 0x62558B) is known color: Butterfly Bush. HEX triplet: 62, 55 and 8B. RGB value is (98,85,139). Sum of RGB (Red+Green+Blue) = 98+85+139=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #62558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62558B is #9DAA74. Grayscale: #5E5E5E. Windows color (decimal): -10332789 or 9131362. OLE color: 9131362.

HSL color Cylindrical-coordinate representation of color #62558B: hue angle of 254.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62558B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 85 139 -
CMYK 0.29 0.39 0 0.45
HSL 254.44º 0.24% 0.44% -
HSV(B) 254.44º 0.39% 0.55% -
XYZ 12.95 10.96 25.86 -
YUV 95.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 98 85 139 0.29 0.39 0 0.45 254.44 0.24 0.44
Hex 62 55 8B 1D 27 0 2D FE 18 2C
Octal 142 125 213 35 47 0 55 376 30 54
Binary 1100010 1010101 10001011 11101 100111 0 101101 11111110 11000 101100

Color Harmonies of #62558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62558B

Black with #62558B

Text Example


Text Example

White with #62558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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