Html Css Color HEX #68509B Butterfly Bush

📋 copy color: '#68509B'

red 104 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #68509B

Tints of Butterfly Bush #68509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 30.68%
G = 23.6%
B = 45.72%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68509B (or 0x68509B) is known color: Butterfly Bush. HEX triplet: 68, 50 and 9B. RGB value is (104,80,155). Sum of RGB (Red+Green+Blue) = 104+80+155=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #68509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68509B is #97AF64. Grayscale: #5F5F5F. Windows color (decimal): -9940837 or 10178664. OLE color: 10178664.

HSL color Cylindrical-coordinate representation of color #68509B: hue angle of 259.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68509B is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 80 155 -
CMYK 0.33 0.48 0 0.39
HSL 259.2º 0.32% 0.46% -
HSV(B) 259.2º 0.48% 0.61% -
XYZ 14.49 11.05 32.38 -
YUV 95.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 104 80 155 0.33 0.48 0 0.39 259.2 0.32 0.46
Hex 68 50 9B 21 30 0 27 103 20 2E
Octal 150 120 233 41 60 0 47 403 40 56
Binary 1101000 1010000 10011011 100001 110000 0 100111 100000011 100000 101110

Color Harmonies of #68509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68509B

Black with #68509B

Text Example


Text Example

White with #68509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,80,155); }

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

background-color css

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

 a { background-color: rgb(104,80,155); }

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

border-color css

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

 span { border-color: rgb(104,80,155); }

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