Html Css Color HEX #68498B Butterfly Bush

📋 copy color: '#68498B'

red 104 ◦ green 73 ◦ blue 139

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

Shades of Butterfly Bush #68498B

Tints of Butterfly Bush #68498B

RGB

 RED value IS 104 (41.02% from 255) = 32.91%

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 32.91%
G = 23.1%
B = 43.99%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68498B (or 0x68498B) is known color: Butterfly Bush. HEX triplet: 68, 49 and 8B. RGB value is (104,73,139). Sum of RGB (Red+Green+Blue) = 104+73+139=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #68498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68498B is #97B674. Grayscale: #595959. Windows color (decimal): -9942645 or 9128296. OLE color: 9128296.

HSL color Cylindrical-coordinate representation of color #68498B: hue angle of 268.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68498B is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 73 139 -
CMYK 0.25 0.47 0 0.45
HSL 268.18º 0.31% 0.42% -
HSV(B) 268.18º 0.47% 0.55% -
XYZ 12.75 9.57 25.6 -
YUV 89.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 104 73 139 0.25 0.47 0 0.45 268.18 0.31 0.42
Hex 68 49 8B 19 2F 0 2D 10C 1F 2A
Octal 150 111 213 31 57 0 55 414 37 52
Binary 1101000 1001001 10001011 11001 101111 0 101101 100001100 11111 101010

Color Harmonies of #68498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68498B

Black with #68498B

Text Example


Text Example

White with #68498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,73,139); }

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

background-color css

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

 a { background-color: rgb(104,73,139); }

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

border-color css

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

 span { border-color: rgb(104,73,139); }

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