Html Css Color HEX #625892 Butterfly Bush

📋 copy color: '#625892'

red 98 ◦ green 88 ◦ blue 146

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

Shades of Butterfly Bush #625892

Tints of Butterfly Bush #625892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 29.52%
G = 26.51%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625892 (or 0x625892) is known color: Butterfly Bush. HEX triplet: 62, 58 and 92. RGB value is (98,88,146). Sum of RGB (Red+Green+Blue) = 98+88+146=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #625892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625892 is #9DA76D. Grayscale: #616161. Windows color (decimal): -10332014 or 9590882. OLE color: 9590882.

HSL color Cylindrical-coordinate representation of color #625892: hue angle of 250.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #625892 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 88 146 -
CMYK 0.33 0.40 0 0.43
HSL 250.34º 0.25% 0.46% -
HSV(B) 250.34º 0.4% 0.57% -
XYZ 13.72 11.65 28.72 -
YUV 97.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 98 88 146 0.33 0.40 0 0.43 250.34 0.25 0.46
Hex 62 58 92 21 28 0 2B FA 19 2E
Octal 142 130 222 41 50 0 53 372 31 56
Binary 1100010 1011000 10010010 100001 101000 0 101011 11111010 11001 101110

Color Harmonies of #625892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625892

Black with #625892

Text Example


Text Example

White with #625892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625892; }

 p { color: rgb(98,88,146); }

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

background-color css

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

 a { background-color: rgb(98,88,146); }

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

border-color css

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

 span { border-color: rgb(98,88,146); }

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