Html Css Color HEX #625083 Butterfly Bush

📋 copy color: '#625083'

red 98 ◦ green 80 ◦ blue 131

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

Shades of Butterfly Bush #625083

Tints of Butterfly Bush #625083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 31.72%
G = 25.89%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625083 (or 0x625083) is known color: Butterfly Bush. HEX triplet: 62, 50 and 83. RGB value is (98,80,131). Sum of RGB (Red+Green+Blue) = 98+80+131=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #625083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625083 is #9DAF7C. Grayscale: #5B5B5B. Windows color (decimal): -10334077 or 8605794. OLE color: 8605794.

HSL color Cylindrical-coordinate representation of color #625083: hue angle of 261.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625083 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 80 131 -
CMYK 0.25 0.39 0 0.49
HSL 261.18º 0.24% 0.41% -
HSV(B) 261.18º 0.39% 0.51% -
XYZ 12 9.97 22.77 -
YUV 91.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 98 80 131 0.25 0.39 0 0.49 261.18 0.24 0.41
Hex 62 50 83 19 27 0 31 105 18 29
Octal 142 120 203 31 47 0 61 405 30 51
Binary 1100010 1010000 10000011 11001 100111 0 110001 100000101 11000 101001

Color Harmonies of #625083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625083

Black with #625083

Text Example


Text Example

White with #625083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625083; }

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

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

background-color css

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

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

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

border-color css

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

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

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