Html Css Color HEX #62508E Butterfly Bush

📋 copy color: '#62508E'

red 98 ◦ green 80 ◦ blue 142

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

Shades of Butterfly Bush #62508E

Tints of Butterfly Bush #62508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 30.63%
G = 25%
B = 44.38%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62508E (or 0x62508E) is known color: Butterfly Bush. HEX triplet: 62, 50 and 8E. RGB value is (98,80,142). Sum of RGB (Red+Green+Blue) = 98+80+142=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #62508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62508E is #9DAF71. Grayscale: #5C5C5C. Windows color (decimal): -10334066 or 9326690. OLE color: 9326690.

HSL color Cylindrical-coordinate representation of color #62508E: hue angle of 257.42º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62508E is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 80 142 -
CMYK 0.31 0.44 0 0.44
HSL 257.42º 0.28% 0.44% -
HSV(B) 257.42º 0.44% 0.56% -
XYZ 12.79 10.29 26.9 -
YUV 92.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 98 80 142 0.31 0.44 0 0.44 257.42 0.28 0.44
Hex 62 50 8E 1F 2C 0 2C 101 1C 2C
Octal 142 120 216 37 54 0 54 401 34 54
Binary 1100010 1010000 10001110 11111 101100 0 101100 100000001 11100 101100

Color Harmonies of #62508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62508E

Black with #62508E

Text Example


Text Example

White with #62508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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